Thomas
Thomas

Reputation: 1

Kentico. Send email to a specific address in a form table.

So I have a form that captures or saves an email address. I need to send an email to that email address. I realize there is the standard email notification field in Kentico forms. However that is for the 'one' email you would put in that will send the results to. I need to send an email to a stored email, or one that was added via form submission to a form table. Any way to do this or massage the email notification option under forms? Thanks!!

Upvotes: 0

Views: 107

Answers (1)

Zach Perry
Zach Perry

Reputation: 756

You can use the AUtoresponder like you mentioned or you can use the Email Notification, and for the email address just use a macro to pull from the form {%Emailinput%} with EmailInput being the field code name.

Upvotes: 1

Related Questions