Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?)
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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?)
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
is working on a reply...