Jump to content

Html Forms Questions


SpdWife

Recommended Posts

I hate to ask this here after all I've managed to learn on my own in the last year, but I'm at a dead end.

 

I'm working on a Contact Us page for my website. I want to create a very simple contact form, which I can find tutorials on. But my snag is that I want to create a drop down box that offers reasons why this person would be using the contact forum. Basically here is what I'm trying to do.

 

Name: (TEXT BOX HERE)

Email Address: (TEXT BOX HERE)

Reason for Contacting Us: (Drop down box here offering several choices)

Your message: (LARGE TEXT BOX HERE)

SUBMIT BUTTON

 

And just out of curiosity, would this type of form be compatible for all browsers?

 

If some one could point me to a tutorial or website that could help me with this I would greatly appreciate it.

 

Thanks

Cat

Link to comment
Share on other sites

Yes it will

 

Try

 

><select name="Reason for Contacting Us">
<option value="rash">I have a rash.
<option value="itch">I have an Itch
<option value="fall">A body part fell off
<option value="dead">I think I am dead
</select>

 

I dont know what values you want but you can see what to change to fit your site.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...