Forums

500 Internal Server Error while saving chronoform

apurvkolte 18 Dec, 2013
Hi,

I have a little bit of nested controls in my form. On Submit, first I have 'Check ReCaptcha', then with its success block 'Joomla User Registration', with its success block, if I try to add any component and try to save the form, I get 500 Internal Server Error. Please let me know if this is one of the known issues.
GreyHead 18 Dec, 2013
Hi apurvkolte,

I don't see any problem with your form (except that you aren't actually displaying the ReCaptcha so it will never register anyone).

Is the problem when you try to save the form from the ChronoForms Form Editor? If so, Please see this FAQ

Bob

PS I recommend that you don't use the On Success event of the Check ReCaptcha (or almost any other action); put the following action in the On Submit event instead and add an Event Loop action to the pink On Fail event of the Check ReCaptcha action.
apurvkolte 18 Dec, 2013
Yes I am trying to save the form with the editor. According to the FAQ, does it look like my case qualifies for the last statement which says "contact Max using the Contact Us link " ?
apurvkolte 18 Dec, 2013
I will try your recommendation of moving the success code outside.
apurvkolte 18 Dec, 2013
Your recommendation works !
I moved all the steps out of the reCapthca success block.
This topic is locked and no more replies can be posted.