Hello.
I want to send the letter (e-mail) after form filling on an e-mail entered in form. How it to make?
Hi andrkaa,
Please check the Emails tutorial from the Tutorials link above.
Bob
My Form:
<input class="cf_inputbox required validate-email" maxlength="150" size="30" title="" id="text_9" name="emailto" type="text" />
Setup Emails
To: emailto
Subject *****
Fromname ********
FromEmail [email]aaa@gmail.com[/email]
Dynamic ReplyTo name ******
Dynamic ReplyTo Email [email]aaa@gmail.com[/email]
What I do incorrectly?
If instead of "emailto" to substitute a normal e-mail ([email]aaa@gmail.com[/email]) it works correctly.
Please, help.
Hi andrkaa,
You need a Dynamic To (not a To).
Dynamic elements take input names, Static elements take strings.
Bob