Re: Handling two forms at different pages.

2019-06-06 Thread Chetan Ganji
This is front end task. You combine the two different pages into a single page. Page 1 and page 2 would become step 1 and step 2. You can use concept of tabs to implement this. Both the tabs would be under the same form. When you hit the save button, data from both the steps would be saved. Re

Handling two forms at different pages.

2019-06-05 Thread Ashutosh Kumar
Hi, Actually I have two forms at two different pages and the second page is the extension of first form. Basically the first page has some fields and continue button to the next page, and next page has some fields and save button. So once user will click to continue I don't want to save the data