Form Button
Form SUBMIT Button
Goals
Add
Icon support
Disable support
https://x-form-component-test.design.webflow.com/?workflow=canvas
Native
Native
Core
Button
Button text
Waiting
Text shown during submission
Disabled
Unsupported
Has a property, but property is wiped.
<input
type="submit"
class="w-button"
value="Submit"
data-wait="Please wait..."
/>
Extended
Disabled
Add a boolean disabled
attribute to the <input>
Webflow currently does not directly support boolean attributes in components.
This makes it difficult to remove the field explicitly.
Can do binding of the name instead but this exposes the component.
Webflow.js currently removes this attribute on form init.
Last updated