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.
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.
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.
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.
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 " ?
I will try your recommendation of moving the success code outside.
Your recommendation works !
I moved all the steps out of the reCapthca success block.
I moved all the steps out of the reCapthca success block.
This topic is locked and no more replies can be posted.