Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: How to Customize the built in Contact Us email form

  1. #1
    metals1 is offline Junior Member
    Join Date
    Feb 2010
    Posts
    17

    Default How to Customize the built in Contact Us email form

    Does anyone knows how to (in v9)

    (1) make the email message formated instead of one line of test

    (2) not only send to us but also send a copy to the customer

    (3) redirect to another page after email is successfully sent

    (4) add additional fields such as "Company Name"

    Thanks,

  2. #2
    suedeapple is offline Member
    Join Date
    Aug 2010
    Posts
    30

    Default

    As I see it the contact form is just a simple ASP.NET usercontrol which takes a few settings from the ASPDNSF core (for smtp values and emails)

    You could easily just replace the coding with another form of your choice.

    On the chocolate shop contact form (http://www.chocolate.co.uk/t-contact.aspx) - We have it so the form gets emailed to 3 people, and stores the data in a local database table (in case the email dosent fire). The client can also view all the enquiries via the admin section.

    Probably take a asp.net developer half a day/a day to code and get working for you.