I have an episerver form of 3 pages with submit button on the last page. I have a 'Next step' button on each page before it reaches the last page. On every step button when clicked, data gets submitted to the database. But on the last page submission when submit button is clicked, I want some additional property info need to be submitted to the database.
How to differentiate between each page 'next step' button and the last page 'submit' button?
I have an episerver form of 3 pages with submit button on the last page. I have a 'Next step' button on each page before it reaches the last page. On every step button when clicked, data gets submitted to the database. But on the last page submission when submit button is clicked, I want some additional property info need to be submitted to the database.
How to differentiate between each page 'next step' button and the last page 'submit' button?