Email forms

jodiewere 04 May, 2011
Hi I purchased the new Chronoforms - but their are no documents on how to do things on this one. I know that you have documentation for the old ones but they are of no use to me. I have done a form but it doesn't work, doesn't send out the emails. Can you please provide detail description of how to put in dynamic email fields, where you find this the e.g: name (should be a valid form field name, check your form fields names under the field settings) because I insert this in the area input_text_1 and it doesn't work for sure. The email is enabled.
GreyHead 04 May, 2011
Hi jodiewere,

Well, you have the right answer if you've put input_text_1 in the box and that is giving a valid email address.

What exactly isn't working?

Bob

PS I'd be happy to start writing some documents if I wasn't spending too many hours answering forum posts :-(
jodiewere 05 May, 2011
Hi their, thanks for getting back to me

I have in email

Name:
Email:
Phone no:
Type of enquiry:
Messsage:
Submit

Now in Events under Email - #1

Enabled Yes
Action Label #1
Send as Both
Attachments fields name input_text_0,input_text_1,input_select_9
Get Submitter's IP Yes

Under static/dynamic

To (Required) to [email]enquiries@domainname.com.au[/email]
Dynamic Subject input_select_9
Dynamic From name input_text_0
Dynamic From email input_text_1
Dynamic Reply to name input_text_0
Dynamic Reply to email input_text_1

Now all that I get received is an email that
says Subject heading, who the email came from and IP address none of the form information
jodiewere 05 May, 2011
Hi I final worked it out after reading alot on the forums.

I didn't realise you had to fill out the area under

Email - #1
Templates

<p>Name = {input_text_0}</p>
<p>Email = {input_text_1}</p>
<p>Phone No = {input_text_2}</p>
<p>Type of Enquiry = {input_select_9}</p>
<p>Your Message = {input_textarea_10}</p>
<p>Submit = {input_submit_11}</p>
Vollover 22 Jun, 2011
Hi There!

If you fill that template, the form will send the message to a dynamic email address? But where you put the dynamic Email address? I mean the name of the dynamic email field.
GreyHead 22 Jun, 2011
Hi Vollover,

The template content has nothign to do with where the email is sent.

The Dynamic Email setup options are drag and drop elements in ChronoForms v3; and on a Dynamic Tab in the Email setup in ChronoForms v4. In both cases you need to put the name of the input that will have the email address in it.

You should also add validation to make sure that the input value is a valid email address.

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