The right way to post between forms

The right way to post between forms

by Lawrence Lagerlof -
Number of replies: 0

Hi devs.

Currently I am developing my plugins using forms that posts not to itself, but to another page (of the same plugin) containing another form. So I have many forms "chained".

My question is if this is the right way to do it? I am asking this because:

- I could not figure out how to use the validation method if the post data goes to another page. I am having to do it manually.

- Keeping file names ending with numbers (to keep track of forms order), like form1.php, form2.php, form3.php, etc, looks strange.

Thanks.

Average of ratings: -