View Single Post
  #3 (permalink)  
Old 12-12-04
al2004 al2004 is offline
Registered User
 
Join Date: Aug 2004
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
al2004 is an unknown quantity at this point
Didn't manage to respond with the code within 10 mins, as I had what for me these days is an early night. I hope you can still help. Thank you.

The code is basically as follows. I've changed the questions (ie. they're not the ones I want to actually ask on my form), the 'input names' and the e-mail address. But the syntax is unchanged.

Here's a thought : Should I remove the references to my global style-sheet (CLASS=Content) to get the form working?

<FORM method="post" action="mailto:myhotmailaddress@hotmail.com" enctype="text/plain">
<PRE>

<P CLASS=Question>
What is your favourite colour ?
</P>
<INPUT NAME="FavouriteColour" TYPE=text size=20>

<P CLASS=Question>
How did you find out about the website ?
</P>
<select name="Website_Discovery">
<option value=Option_Selection>*** Select an option ***
<option value=Advertisement>Advertisement
<option value=Excite>Another website
<option value=Referred_By_Friend_Relative_Associate>Referr ed by a friend/relative/associate
<option value=Search_Engine>Search engine
<option value=OtherSearchEngine>Other
</select>

<P CLASS=Question>
Further comments :
<textarea name="Further_Comments" rows="5" cols="70">
</textarea>
</P>

</PRE>
<INPUT TYPE="submit" value="Submit form">
<INPUT TYPE="reset" value="Clear form, and start again">
</FORM>
Reply With Quote