Multi-step Native HTML Forms
Published 📅: ....
Last modified 📝: ....
Location 📍: Portland, OR
Share this snippet on BlueskySee discussion on Bluesky
If you have a multi-step form and you want to allow the user to go back a step without writing client side JS to manage the current step, you can use another type="submit" button with a special name, value, and importantly formNoValidate attributes:
<button