Kryptronic Software Support Forum

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.

#1 05-10-2017 05:58:35

GlennMUK
Member
From: Dublin, Ireland
Registered: 03-26-2004
Posts: 155

Dynamic Form not sending

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

 

#2 05-10-2017 07:01:54

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Dynamic Form not sending

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?


Nick Hendler

Offline

 

#3 05-10-2017 09:49:58

GlennMUK
Member
From: Dublin, Ireland
Registered: 03-26-2004
Posts: 155

Re: Dynamic Form not sending

This is what it says....   smile


...

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

 

#4 05-11-2017 07:55:56

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Dynamic Form not sending

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).


Nick Hendler

Offline

 

#5 05-11-2017 08:39:53

GlennMUK
Member
From: Dublin, Ireland
Registered: 03-26-2004
Posts: 155

Re: Dynamic Form not sending

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

 

Board footer