When the contact form module is installed you simply just need to choose the "Runway contact form" macro and insert it into your rich text field. When you do that you're asked to define the subject (Subject of the e-mail you will receive when people submit the form) and your receiving e-mail address.
Please be aware that you should most likely add SMTP information in the web.config file in this section.
In runway Contact Form
Hi Good morning,
Where i should do setting for email sending i.e. To whom mail should send,that emailid, mail subject ,body etc.
i have read this pdf CWS_How_to_Use[1].pdf but i didn't get setting tab.So please help me out.
Thank & Regards,
Mitali
Hi Mitali
When the contact form module is installed you simply just need to choose the "Runway contact form" macro and insert it into your rich text field. When you do that you're asked to define the subject (Subject of the e-mail you will receive when people submit the form) and your receiving e-mail address.
Please be aware that you should most likely add SMTP information in the web.config file in this section.
<mailSettings>
<smtp>
<network host="127.0.0.1" userName="username" password="password" />
</smtp>
</mailSettings>
Depending on where your site is running you maybe just need to change the network host without entering credentials.
Hope this makes sense.
/Jan
is working on a reply...