Hi, I have created a multipage form including text fields, dropdowns, checkbox, radio and repeater fields on page1 I have added all the fields on page1 and in the last added a button for next page2, I want to show the submitted data on page2 for user review. So the user can review the data and then submit the form. How can I do it. Kindly help me to resolve this issue.
I have created a backup file and attached kindly check it. Do the required changes to show the data on page2 for review and send back to me if possible.
Best Regards & Thanks
SUAS
Private Attachment is only visible to Author & Moderators
Hi Suas
Just add HTML view in the 2nd page and format it in anyway you like, you can get the values of the fields in page 1 using {data:field_name}
Then you can add a submit button in page 2 in order to run the Submit event of page 2 which can have the Emails and data save..etc
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Suas
this feature was not available, but I have updated the latest version so that the shortcode {fields:completed} inside HTML view will show the same list like the email:

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi SUAS
move the HTML view inside an "Output Buffer" action to buffer the fields list then call the output buffer result variable in your TCPDF action:

Do you mean the email content is unformatted ? can you show an image ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.