hi all,
i have created my contact form using chronoforms.i have used two template for my site.and when i enable the captcha in the chroforms it goes to the default template(after the error message).Any idea?😟
Hi ritarita,
show me the form URL please, you don't have to paste it all here, just the part starting with index.php
Regards
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi max,
Thanks for the reply.
This is the URL i am using
$actionurl = '/index.php?option=com_chronocontact&task=send&chronoformname='.$rows[0]->name;
Now it is not checking the captcha, it goes to the thank you page even we type the wrong captcha.
What to do!
HI ritarita,
The &task=send part of the URL is usually only in the Submit URL, not the form URL. I may be missing the point here but that doesn't look right to me.
Bob
Hi ritarita,
Sorry but where do you have this code :
$actionurl = '/index.php?option=com_chronocontact&task=send&chronoformname='.$rows[0]->name;
????
I'm confused now, at the first post you are talking about something totally different, did you make any progress yourself ?
Regards
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi Max,
First of all sorry for the confusions.
I am using two templates in my site one for home page and other for all the inner pages(including forms) first template is my default template, and using sh404sef for SEF URLs.i have enabled the captcha.when i enter wrong verification code and the form get submitted then it goes to the default template(home page).and the URL is like
index.php?option=com_chronocontact&task=send&chronoformname=general_enquiry
If i make my second template (inner page template)as a default template , and enter the wrong verification code means its shows the alert message and goes back to the same form page.(working well)The URL is like.
index.php?option=com_chronocontact&task=send&chronoformname=general_enquiry
But I want the first template to be default for some reasons.Any solution for this.Please Help.
ok good, show me the URL of the page where the form is loaded the first time!
Regards
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
I need to see the non SEF URL please!🙂
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
The non SEF URL is
index.php?option=com_chronocontact&Itemid=116&lang=en
Great, then at the "Submit URL" field in the "Form URLs" tab you will need to add :
index.php?option=com_chronocontact&task=send&chronoformname=general_enquiry&Itemid=116&lang=en
Cheers
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
No its not working. any other solution?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?