Hi,
I have made my form (using iweb html snippet) with example text for each field (1st attachment)
I am not really good with all the tags for html, but what I'm trying to do is keep the example text light gray until the user clicks in the field and the onFocus="" and then when they start typing the text is black, so it is clear what they have filled out.
I have searched the whole day on google for the answer but no help.
Is it possible to do this using only the html snippet or do I have to edit the html source?
I would greatly appreciate it if someone has the answer.
Here is my html Snippet:
<FORM METHOD="POST" ACTION="mailto:myemail?subject=Saxophone Reques"ENCTYPE="text/plain">
<BR>
<BR>
<INPUT TYPE="text" NAME="name"
value="First Last"
onFocus="" STYLE="color: #5c5c5d; font-family: Arial; font-size: 12px; background-color: #f7f7f7;" SIZE="60">
<BR>
<BR>
<BR>
<INPUT TYPE="text" Name="email" value="null@null.com" onfocus="value=''" STYLE="color: #5c5c5d; font-family: Arial; font-size: 12px; background-color: #f7f7f7;" size="60">
<BR>
<BR>
<BR>
<INPUT TYPE="text" NAME="occasion" value="Wedding/Party/Concert/etc" onfocus="value=''" STYLE="color: #5c5c5d; font-family: Arial; font-size: 12px; background-color: #f7f7f7;" size="60">
<BR>
<BR>
<BR>
<INPUT TYPE="text" NAME="date" value="dd/mm/yy" onfocus="value=''" STYLE="color: #5c5c5d; font-family: Arial; font-size: 12px; background-color: #f7f7f7;" size="60">
<BR>
<BR>
<BR>
<INPUT TYPE="text" NAME="location" value="City or Specific Address" onfocus="value=''" STYLE="color: #5c5c5d; font-family: Arial; font-size: 12px; background-color: #f7f7f7;" size="60">
<BR>
<BR>
<BR>
<TEXTAREA NAME="comment" STYLE="color: #5c5c5d; font-family: Arial; font-size: 12px; background-color: #f7f7f7;" ROWS=6 COLS=58></TEXTAREA>
<P>
<input type="image" src="submit.png" HEIGHT="22" WIDTH="96" />
<BR>
<BR>
</FORM>


Reply With Quote

Bookmarks