Getting the user to confirm their data before submission
When a form includes important or complex information, it can be useful to give the user a chance to take a look and make sure that the details are correct before finally submitting the form. And, of course, this must include the ability to go back and correct any mistakes or omissions.
ChronoForms provides this functionality with a plugin, an extra that can be added to a form when it is needed. Several plugins are included in the standard ChronoForms installations and it is one of these — the "Confirmation Page" plugin, which we will be using in this recipe.
Note
ChronoForms plugins are quite distinct from Joomla! plugins although they unfortunately use the same name.
Getting ready
Once again we'll be working with the same newsletter form. By now you may have several versions, so create a new copy of the basic form with just the two inputs for name and e-mail.
How to do it...
1. Open the ChronoForms Forms Manager and you'll notice that the...