<form action="form_action.asp" method="get"> Username: <input type="text" name="fname" value="Mickey" /> <br /> E-mail Address: <input type="text" name="fname" value="Mickey" /> <br /> <input type="submit" value="Submit" /> </form> <p> If you click the "Submit" button, you will be subscribed to the monthly magazine. </p>
But what I really need is a box ,that, when a member of my forum types in his username and e-mail address, I will get an email of this information.
For example...
If a user types 'Mickey' into the username field and mickey@emailprovider.net into the email field and hits submit... I will get an email telling me that the username is 'Mickey' and the email is 'mickey@emailprovider.net'
The message should be something like this:
This user has subscribed to the magazine:
Username: Mickey
E-mail: mickey@emailprovider.net
-----------------------
Can someone generate a code for me that does this and tell me where I need to change it...
~ Thanks
