Form SUBMIT Button
Icon support
Disable support
https://x-form-component-test.design.webflow.com/?workflow=canvasarrow-up-right
Button
Button text
Waiting
Text shown during submission
Disabled
Unsupported
Has a property, but property is wiped.
Add a boolean disabled attribute to the <input>
disabled
<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 8 months ago
<input type="submit" class="w-button" value="Submit" data-wait="Please wait..." />