Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-13-2012, 07:21 PM   PM User | #1
abbyrjones
New to the CF scene

 
Join Date: Nov 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
abbyrjones is an unknown quantity at this point
I need help hiding my web-to-lead URL drob down

I'm new to coding and I'm trying to align these boxes and delete the web-to-lead URL dropdown before the submit button. Any help is greatly appreciated. http://www.shorelineconsultinginc.com/Contact_Us.html
abbyrjones is offline   Reply With Quote
Old 12-08-2012, 04:26 AM   PM User | #2
bigcoder
New Coder

 
Join Date: Oct 2012
Location: VA,USA
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
bigcoder is an unknown quantity at this point
This code is from your website and is edited and should work
Code:
<!--  ----------------------------------------------------------------------  -->
<!--  NOTE: These fields are optional debugging elements. Please uncomment    -->
<!--  these lines if you wish to test in debug mode.                          -->
<!--  <input type="hidden" name="debug" value=1>                              -->
<!--  <input type="hidden" name="debugEmail" value="shell@shellblack.com">    -->
<!--  ----------------------------------------------------------------------  -->

<label for="first_name"&#160>First Name&#160</label><input  id="first_name" maxlength="40" name="first_name" size="23" type="text" /><br>
<br>
<label for="last_name">Last Name&#160</label><input  id="last_name" maxlength="80" name="last_name" size="23" type="text" /><br><br>

<label for="email"&#160>Email&#160</label><input  id="email" maxlength="80" name="email" size="29" type="text" /><br><br>

<label for="phone"&#160>Phone&#160</label><input  id="phone" maxlength="40" name="phone" size="28" type="text" /><br><br>

<label for="mobile">Mobile&#160</label><input  id="mobile" maxlength="40" name="mobile" size="28" type="text" /><br><br>

<label for="street">Address&#160</label><textarea name="street"></textarea><br><br>

<label for="city">City&#160</label><input  id="city" maxlength="40" name="city" size="31" type="text" /><br><br>

<label for="state"&#160>State/Province&#160</label><input  id="state" maxlength="20" name="state" size="20" type="text" /><br><br>

<label for="zip">Zip&#160</label><input  id="zip" maxlength="20" name="zip" size="32" type="text" /><br><br>

<label for="description">Description&#160</label><textarea name="description"></textarea><br><br>

<br>

<input type="submit" name="submit">
bigcoder is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:22 AM.


Advertisement
Log in to turn off these ads.