Hi,
Ca you help me on how to edit the submission url.
Now I'm using V3, the submission url is:
www.site.com/?chronoform=Form_Name&event=submit
I want to add anchor point so that it will go to the form section after submission, something like this:
www.site.com/?chronoform=Form_Name&event=submit#form
Thank you!
Hi johnabas,
The form is using the jQuery library but jQuery is not loading on the page so you have a JavaScript error. As far as I can see none of the ChronoForms files are being loaded. I don't know why that is happening, It might be a problem with a template; or with some plug-in that is compressing files - I see that MooTools is loading that way,
Bob
Hi Bob,
Sorry i forgot to change the submission url to the actual url, the actual url is this, the url on the previous post is just sample/example.
Here are the actual url:
http://vemmaasia.com/allin/?chronoform=Form_Name&event=submit
the anchor point I would like to direct:
http://vemmaasia.com/allin/?chronoform=Form_Name&event=submit#form
Thank you in advance...
Hi John,
Either add your url to the "Action url" setting under the "HTML" action tab OR add a "Load JS" action to the "on submit" event and use this code:
jQuery(document).ready(function($){
$("#form_id").focus();
});
Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?