Releases: brotame/advanced-webflow-forms
Releases · brotame/advanced-webflow-forms
Button text now is set to the text node and not to the whole button
v1.1.8 Button text now is set to the text node and not to the whole button
Fixed buttons not hidding when the form submits.
Created a submit event listener
Fixed buttons not hidding when the form submits.
Created a submit event listener
Fixed inputs not being unrequired when hidden
Which caused submitting issues
Added ix2 validation
v1.1.4
Fixed MSF back button disabling improperly
Now it is always disabled on the first step
Fixed Radio Group selector bug
v1.1.2 Fixed Radio Group selector bug
Fixed logic nesting bug
Added :scope to the parent querySelector, now only first level children triggers will be clicked.
Removed "visible" from the stored data, now visibility is checked before triggering an action.
Added disable back button on first step
v1.1.0 Create awf.js
First release
Merge pull request #2 from brotame/logic-parent Logic parent edited