FuelUX Wizard Not Navigating To Next Step On Including In A Form
Can anyone tell me how to use the form tag with the fuelUX wizard? I am doing the following: Whenever I include the tag at the start of the and end the form tag at the close of
Solution 1:
Try adding type="button"
to your button markup. Buttons without this will submit forms.
Post a Comment for "FuelUX Wizard Not Navigating To Next Step On Including In A Form"