Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Daniel Horn 319 posts 344 karma points
    Aug 29, 2010 @ 20:32
    Daniel Horn
    0

    E-mail form

    I have this email form:

    http://tbl-dk.dk/kontakt.aspx

    Which right now just opens up the local email software - which is not cool.

    I've tried to use some of the existing form modules but they are a bit tricky to customize.

    I want it to simply mail the form to a specified email and have some spam control on it, thats it.

     

    How would you guys do this ? (best practice, easiest way out?) 

     

  • Jeroen Breuer 4908 posts 12265 karma points MVP 5x admin c-trib
    Aug 29, 2010 @ 20:39
    Jeroen Breuer
    1

    I would create a UserControl and place all the e-mail fields into it. After the send button is pressed read all the values in the UserControl and send the e-mail using .NET code.

    Jeroen

Please Sign in or register to post replies

Write your reply to:

Draft