Forums

send on an e-mail entered in form

andrkaa 20 Nov, 2010
Hello.

I want to send the letter (e-mail) after form filling on an e-mail entered in form. How it to make?
GreyHead 20 Nov, 2010
Hi andrkaa,

Please check the Emails tutorial from the Tutorials link above.

Bob
andrkaa 23 Nov, 2010
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.
GreyHead 23 Nov, 2010
Hi andrkaa,

You need a Dynamic To (not a To).

Dynamic elements take input names, Static elements take strings.

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