wordpress problem with form fields?

8 replies
Hi I am trying to place a form into wordpress using basic HTML but its not working

The "text area" will work and show but
single line <imput> tag wont neither will drop down fields is there is any way to fix this

Thnaks
#fields #form #problem #wordpress
  • Profile picture of the author radhika
    Post the form code here. May be it is wrong form code.

    It is <input> not <imput> So check that too.

    .
    Signature
    Follow up Autoresponder PRO :: 33% Discount!!
    FREE Upgrades! IMPROVED Email Deliverability!!
    {{ DiscussionBoard.errors[2507075].message }}
    • Profile picture of the author espresso
      This is the code I want to use
      I am writing the code in dreamweaver
      Its only allowing me do text area boxes not drop down or single lines

      <form action="" method="post">
      <table width="100%" border="0" cellpadding="2">
      <tr>
      <td>Full Name:</td>
      <td><input name="Name" type="text" value="Name" maxlength="40" /></td>
      </tr>
      <tr>
      <td>Address:</td>
      <td><textarea name="Adress" cols="15" rows="3"></textarea></td>
      </tr>
      <tr>
      <td>City/Town:</td>
      <td><input name="city" type="text" /></td>
      </tr>
      <tr>
      <td>County:</td>
      <td><input name="county" type="text" /></td>
      </tr>
      <tr>
      <td>Phone No:</td>
      <td><input name="phone" type="text" /></td>
      </tr>
      <tr>
      <td>Email Adress:</td>
      <td><input name="county" type="text" /></td>
      </tr>
      <tr>
      <td>Voucher Amount:</td>
      <td><select name="Amount">
      <option>€50</option>
      <option>€75</option>
      <option>€100</option>
      <option>€125</option>
      <option>€150</option>
      <option>€175</option>
      <option>€200</option>
      <option>€225</option>
      <option>€250</option>
      </select></td>
      </tr>
      <tr>
      <td colspan="2">&nbsp;</td>
      </tr>
      <tr>
      <td>Any More details:</td>
      <td><label>
      <textarea name="more info" id="more info" cols="25" rows="5"></textarea>
      </label></td>
      </tr>

      </table>
      </form>
      {{ DiscussionBoard.errors[2507091].message }}
  • Profile picture of the author radhika
    What is that special character before the amounts in dropdown?

    What is your page DOC TYPE?

    .
    Signature
    Follow up Autoresponder PRO :: 33% Discount!!
    FREE Upgrades! IMPROVED Email Deliverability!!
    {{ DiscussionBoard.errors[2507151].message }}
  • Profile picture of the author espresso
    the special character is the euro sign and is text
    I am editing in pure HTML and entering it into the post via the dash board
    I dont have access to the back end files
    {{ DiscussionBoard.errors[2507161].message }}
    • Profile picture of the author radhika
      Form code is ok. Try removing that euro sign (it displayed differently on my computer) and paste the code on your site and see the dropdown displays.

      .
      Signature
      Follow up Autoresponder PRO :: 33% Discount!!
      FREE Upgrades! IMPROVED Email Deliverability!!
      {{ DiscussionBoard.errors[2507172].message }}
  • Profile picture of the author espresso
    the form works fine as a HTML file
    Its just on wordpress

    It also wont allow me Valign the boxes
    {{ DiscussionBoard.errors[2507211].message }}
  • Profile picture of the author KirkMcD
    You are probably going to need to use a plugin that allows you to add raw code to a post. Most of the Ad type plugins will do this. I can't think of any off hand.

    Now on to your next problem:
    What are you posting the form to?
    <form action="" method="post">
    Without an action, you'll just be posting to the same page and if the page isn't setup to do anything with it, it will just be lost.
    {{ DiscussionBoard.errors[2507305].message }}
  • Profile picture of the author VegasGreg
    I would just install and use a Wordpress Contact Form. That way it is written in WP's language and will work so much easier.

    Try cforms11, contact form 7, Gravity forms...etc
    Signature

    Greg Schueler - Wordpress Fanatic... Living The Offline Marketing Dream...

    {{ DiscussionBoard.errors[2508275].message }}

Trending Topics