Redirecting other page After Thank You Page

kbharath 31 Aug, 2011
Hello ,
I have created form and it's working fine But My requirement is When i Click on Submit button the Module shoud display than you page after 1 minute it should redirect Intial page.


I am using Chrono form Chronoforms for J1.6

From:
Bharath
GreyHead 31 Aug, 2011
Hi Bharath,

Please try this in the Thank You message action
Your message goes here.
<?php
$doc =& JFactory::getDocument();
$doc->setMetaData('refresh', '60;index.php', 'true');
?>

Though frankly very few people keep a page open for a whole minute :-(

Bob
This topic is locked and no more replies can be posted.