It is necessary to implement the functionality of sequential display of forms:

1) The user clicks the link 2) He sees the form, fills in the fields and sends 3) The form is checked 3.1) if the error shows the user the same page, but with errors with form 3.2) if the data in the form is correct the user gets to the next form and so on point 2

I can’t figure out with clause 3.2 how to transfer the data from 1 form to the second if they are on different url, not using the open transfer in the url itself of the form / second_form / {{json_data}}

  • Consider it possible to implement data validation using js on the page, and then just send all the data at once - Anton
  • I thought about this option, but I don’t want to implement something beyond the existing one - shotInLeg 7:49 pm

0