How to make Email Notification after visitor submit a Form ?
dear all,
i have built a form "Contact Us" by using Form. i would like to send a email notification to the visitor after he or she submit the form. any advise to do that ?
many thanks
ed
Forms can't send to the submitter by default...you'd have to create a new widget that inherits from the default form widget and override one of the save events to generate the email...not a lot of work....
Hi Eddie,
You can use this widget as a start.
It extends the current Form Widget (which you use on the frontend of your website) with some fields and email capabilities.
Kind regards,
Daniel