Problems with ABVFP forms
I have seven .php pages in my site. Four of them are most important. One of those 4 forms is working properly. That is: www.carlos-arano.com.ar/cursoar.php
The others doesn't.
Lets see:
www.carlos-arano.com.ar/contactform2.php is sending me always to the errorpage.php as Illigal form submition.
www.carlos-arano.com.ar/contact.php same Illigal form submition but in a white screen (not in the errorpage form).
The answer to www.carlos-arano.com.ar/contactform.php is other form telling me tha I did a wrong setup.
I'm becoming crazy. ¿Could you help me?
Re: Problems with ABVFP forms
Illegal form submission means that the URL of the form is different from the URL declared in the ABVFP control panel.
In many cases there is a missing www (example: the page URL is http://www.yurdomain.com/contact.php whilst in the control panel you might have declared http://yourdomain.com/contact.php or vice versa, or some mistype.
<the incorrect configuration error means that you haven't probably set the form id field or you have its name mistyped or you haven't correctly declared the form ID in the control panel
Re: Problems with ABVFP forms