There are two main ways to show a 'Thank you' page after a form is submitted.
If you have another Joomla page that you want to redirect users to then you can put the URL in the Redirect URL field on the Form URLs tab. In practice you can put any valid URL in here.
If there is no entry in this field then ChronoForms will display the form page with no content (that is the same URL but the form will not display). You can display a Thank you message on this page by putting the code into the On Submit code - after sending email field on the Form Code tab. You can include html and PHP code here and can include values from the submitted form by using <?php echo $_POST['fieldname'] ?>
To show a Thank You page and then redirect please you can use code like this in the 'On Submit after email' box:
<?php global $mainframe; $custom_tag = '<meta http-equiv="refresh" content="5; url=http://www.example.com" >'; $mainframe->addCustomHeadTag($custom_tag); ?> <p>Thank You.</p> <p>Add your text for the thank you page here.</p>
If you have any questions you can post to our forums and we will be glad to help ASAP
- Re:SSL How To?
GreyHead 16-05-08 09:30 - Re:SSL How To?
deafbiz 16-05-08 09:27 - Re:Request Info form with CSS
romanum 16-05-08 09:18 - Re:Request Info form with CSS
romanum 16-05-08 08:52 - Re:Forms with tab
Muneo 16-05-08 08:49 - Re:SSL How To?
deafbiz 16-05-08 08:45 - html tidy
sailsmart 16-05-08 07:40 - Re:State/Province dropdown
kai920 16-05-08 06:25 - Re:Multiple page forms?
GreyHead 16-05-08 05:50 - Re:Redirect URL issue
GreyHead 16-05-08 05:48 - Re:upload file to database has 0 kb
GreyHead 16-05-08 05:42 - Re:State/Province dropdown
GreyHead 16-05-08 05:08 - Re:Request Info form with CSS
GreyHead 16-05-08 05:05 - Re:upgrade from version 1.0 to 2.3.9?
GreyHead 16-05-08 04:55 - Re:How to use WYSIWYG editor as an inp...
kai920 16-05-08 04:22
Members Login

2CheckOut.com Inc. (Ohio, USA) is an authorized retailer for
goods and services provided by ChronoEngine.com
ChronoForms License
To be able to continue working at this component we decided to get a small profit out of it but at the same time don't force everybody to pay in order to use this great component.
From version 1.5 and up a link at the bottom of everyform created will be placed, saying "joomla professional work", the link will be to us here htttp://www.chronoengine.com, its illegal to remove this link from the source code unless you have a license,
so the license is very simply for the same ChronoForms component without a link, thats all!
This License is for 5 different websites ONLY.
However, in order to allow everybody to still use the component and even get out of this, the link is inside a div with class : chronoform , use this to hide the link by using different colors or whatever if you really can't pay, but of course the link is still exists at your page source.
The license is ONLY 25$ can be bought here : 
Thank you!
ChronoEngine.com Team
