Hello,
Please have a look at the form in the following link;
http://www.rtination.com/index.php?option=com_chronocontact&Itemid=8
When we submit the form the same page reopens in internet explorer. It works fine in Firefox and Chrome. My Onsubmit code after sending email redirects to payment gateway.
Will be grateful for any help on the same.
Rahul
Please have a look at the form in the following link;
http://www.rtination.com/index.php?option=com_chronocontact&Itemid=8
When we submit the form the same page reopens in internet explorer. It works fine in Firefox and Chrome. My Onsubmit code after sending email redirects to payment gateway.
Will be grateful for any help on the same.
Rahul
I just checked. The submit error in internet explorer is occurring with all forms.
I created a test form and here is the link:
http://www.rtination.com/index.php?option=com_chronocontact&chronoformname=test2
This works fine with other browsers.
I Upgraded to the latest 3.x version on the site. Also I guess the problem started when I was playing with the SEF settings of my site. Earlier things used to work on IE. At the moment I have disabled all SEF settings.
I request you to please look into the issue.
Rahul
I created a test form and here is the link:
http://www.rtination.com/index.php?option=com_chronocontact&chronoformname=test2
This works fine with other browsers.
I Upgraded to the latest 3.x version on the site. Also I guess the problem started when I was playing with the SEF settings of my site. Earlier things used to work on IE. At the moment I have disabled all SEF settings.
I request you to please look into the issue.
Rahul
Hi Rahul,
It all looks Ok but I guess it will if you have SEF turned off.
You may need to specify that SEF is not used for ChronoForms pages.
Bob
It all looks Ok but I guess it will if you have SEF turned off.
You may need to specify that SEF is not used for ChronoForms pages.
Bob
Thanks for your reply.
Here is how I was temporarily able to resolve the problem.
I have disabled the following lines on the Chronocontact.php file
/**
* if((!JRequest::checkToken()) && $MyForm->formparams('checkToken', 1)){
* echo "You are not allowed to access this URL";
* return;
* }
*/
When this is not disabled I get a no form found with this name error on internet explorer.
SEF is already disabled.
Can you please tell me what is the issue here.
Regards
Rahul
Here is how I was temporarily able to resolve the problem.
I have disabled the following lines on the Chronocontact.php file
/**
* if((!JRequest::checkToken()) && $MyForm->formparams('checkToken', 1)){
* echo "You are not allowed to access this URL";
* return;
* }
*/
When this is not disabled I get a no form found with this name error on internet explorer.
SEF is already disabled.
Can you please tell me what is the issue here.
Regards
Rahul
Hi rahulngupta ,
This is an old problem. You will find many posts about it in the forums here. Joomla! added the CheckToken as an extra security feature in Joomla! 1.5.8 (or thereabouts). Most of the time it works OK but sometimes URL changes from SEF UROLs seem to break the way it works in ChronoForms. There is an option to turn it off on the form General Tab but this has a bug and doesn't work correctly :-( The hack you have made should resolve it. There is a slight security risk but unless you have a high-profile site it probably isn't worth worrying about.
Bob
This is an old problem. You will find many posts about it in the forums here. Joomla! added the CheckToken as an extra security feature in Joomla! 1.5.8 (or thereabouts). Most of the time it works OK but sometimes URL changes from SEF UROLs seem to break the way it works in ChronoForms. There is an option to turn it off on the form General Tab but this has a bug and doesn't work correctly :-( The hack you have made should resolve it. There is a slight security risk but unless you have a high-profile site it probably isn't worth worrying about.
Bob
This topic is locked and no more replies can be posted.
