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>

Last updated