Code for
http://1337z.com/contact that shows in page editor:
code:
<form method="post" action="http://1337z.com/cgi-bin/cgiemail/contact.txt">
Send tobr />
<select name="required-to">
<option value="baggins@1337z.com">My email inbox</option>
<!-- mobile@1337z.com forwards to my phone -->
<option value="mobile@1337z.com">My phone</option>
</select><br />
<em>Please use My phone for urgent issues</em><br />
Your e-mail addressbr />
<input name="required-email"/><br />
Your namebr />
<input name="required-name"/><br />
Your messagebr />
<textarea name="required-message" rows="5"></textarea><br />
<input type="submit" value="Send!"/>
</form>
For me, it looks like this:
Are there any obvious problems?
I have tried changing the theme.
The DTD is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
I wrote the page in what I knew to be XHTML, and the posted code is what wordpress changed it to.