Custom Form Submit Button
Webflow's form submit button is a "closed" element that doesn't easily allow for customization such as adding an icon.
To work around this, you can create your own "button" from a DIV containing whatever icons and text you like, and then use script and a click handler to submit your form.
We'll add this formally to the SA5 lib but for now, here's an approach.
Here's a simple implementation;
Setup Notes
Create your custom button however you like
Add the
wfu-form-submit
attribute to the outer buttonAdd this script to the before-/body section of the page(s) which have your forms;
Last updated