You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hi
I have set up a new dynamic form and followed the instructions in the DEVMANUAL. However, when I click submit on the form, I get this error....
There was an error processing your form request. Please try again later.
Any ideas? I know that the email functionality is working on the site because the Contact form works well.
Thanks
Glenn
Offline
Turn on the debugger (mode 2, edit {private}/core/CORE/CORE.php, you'll see it at the top). Submit the form again. Look in the debug output for the error. What does it say?
Offline
This is what it says....
...
CORE_Mail::make_email_fromdata: Invalid from email '' removed.
CORE_Mail::make_email_fromdata: An invalid request to make an email message was received.
CMS_DynForm::dynform_proc: Error creating message.
CMS_DynForm::print_message: Printing message 'dynformfail' for component 'cms'.
...
Offline
Based on that, I assume you have a field marked as an email address field which isn't an email field. Check your settings for each field in the form and ensure only one field is marked as an email address (if any).
Offline
Thank you Nick.
Yes, it was a setting on one of the other fields that was marked as email when it shouldn't have been,
Thanks a million. Was bugging me for ages
Offline