t310s_ YES , the particular things are this:
1) i get a ‘Sorry, no posts matched your criteria when i press submit, no email sent, no ‘status box’, no ‘spinning icon’ it goes straight to a blank page and gives the above message.
2) at first, my form appeared centralised in one long line, not great for design so i needed it to be in two columns, to shorten the form’s overall height. i put <div align=”left”> and it moved everything to the left, but it’s still tooo long. i need it in two columns.
3) how can i layout the form in two columns???
MY LINK: https://www.artbyherbie.com/wptest/?page_id=51
MY FORM SYNTAX:
<div align="left">
<p><strong>PROJECT DETAILS</strong>
Which service do you need?
[select* service multiple "Wall Art" "Canvas Art" "Graphic Design" "Design and Print" "Web Design" "Custom Clothing" "Project Management" "Other"]</p>
<p>Details
[textarea Details 14x6]</p>
<p>Estimated budget?
[select Budget "Any" "I don't know" "Less than £200" "£200 to £500" "£500 to £1000" "£1000 to £2000" "More than £2000"]</p>
<p><strong>YOUR DETAILS</strong>
Name
[text* name 30/]</p>
<p>Email
[email* email-360 30/]</p>
<p>Telephone
[text* telephone 30/]</p>
<p>How shall I contact you?
[radio Contact label_first "Phone" "Email"]</p>
<p>Where did you hear about me?
[select marketing "Social Network" "Google" "Newspaper" "Word of Mouth" "Other"]</p>
<p>Subscribe to my monthly newsletter?
[radio subscrbe "Yes" "No"]</p>
<p>Type this code:[captchac captcha-44 size:m fg:#FFFFFF bg:#9400D3]
[captchar captcha-44 4/4]</p>
<p>[submit "Send"]</p>
</div>
PLEASE SOMEBODY HELP!
HH