Form wizard doesn't save any changes

isay 17 Dec, 2012
Hi,

After some point of my form, the wizard didn't save any changes on my form. I read these forums and tried to change max_var things. In my php file it was not there and made further search and find something like in some versions it is hard coded so i simply pasted the 4 lines of code suggested with the new value of 3000 each. (which i am not even sure if i have suhosin)
max_input_vars
suhosin.get.max_vars
suhosin.post.max_vars
suhosin.request.max_vars
The problem continued...
Finally i went in to the "code" tab and modified the code directly to make the changes. Which worked but now my form doesn't work properly. When I click submit it doesn't submit etc.

Here is the link:
http://www.mybaya.org/index.php?option=com_chronoforms&chronoform=Intercultural_Event

Thanks,
GreyHead 18 Dec, 2012
Hi isay,

The form doesn't submit because you have a PayPal form inside your form and you can't have one set of <form> tags inside another.

Putting the PHP.ini lines in your Form Code probably does nothing and at best might cause problems. Please check with your web host how to modify your servers settings.

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