79597397

Date: 2025-04-28 23:34:09
Score: 1.5
Natty:
Report link

This isn't an amazing option but is the only one that comes to mind. You can create a separate form for each step and when clicking "next", you store the data in a context of some kind. That way you write a form with validation onBlur. Then only allow progression to the next page if the current page is valid. On the final submit, pull the data from the previous pages into the query.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Squiggle