View Single Post
  #5 (permalink)  
Old Jan 30th, 2008, 23:10
GeekyBabe GeekyBabe is offline
Junior Member
Join Date: Nov 2006
Location: new york
Age: 21
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: problem with my form script?

heres the code for my form in dreamweaver:
HTML: Select all
<form action="process.php" method="post" enctype="multipart/form-data" name="Form" class="style1" id="Form">
      
    <div align="left">
            <blockquote>
              <p><span class="style11">E-mail:          </span>
                <input type="text" name="Email" id="Email" />
                <br />
                <span class="style6">I have text here</span><br />
                <br />
                <br />
                <span class="style11"> Image:</span>
                <input type="file" name="Image" id="Image" />
                <br />
                <br />
                <br />
                <span class="style12">more text here</span><br />
                <br />
                <input type="checkbox" name="1" id="1" />
                standard retouch  <br />
                <span class="style6">blah blah checkbox</span><br />
                <input type="checkbox" name="2" id="2" />
                anothercheckbox description<br />
                <input type="checkbox" name="3" id="3" />
                last checkbox<br />
                <br />
                More options will be added in the near future!<br />
                <br />
                <br />
                <input type="submit" name="Submit" id="Submit" value="Submit" />
                <span class="style6">final text</span><br />
                <br />
              </p>
            </blockquote>
          </div>
    </form>

Last edited by c010depunkk; Jan 31st, 2008 at 06:31. Reason: please use [HTML] tags when posting HTML
Reply With Quote