A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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?