[Plugin: Contact Form 7] Form Issues
-
I am trying to do a contact form and have looked through here and cannot seem to get it to work.
What I want is to have a user enter their name, email, select an option from a radio button list as a subject, compose a message, do the CAPTCHA and hit send. I want to receive an email with that information.
The two issues are the Radio Buttons and the Message. The subject comes through listing the entire tag, and the message also displays the tag and not the message.
Here is my form set up:
<p>Your Name (required)
[text* your-name] </p><p>Your Email (required)
[email* your-email] </p><p>Subject
[radio radio-124 “Advertising Inquiry” “Tip or Idea Submission” “Correction” “Writing Inquiry” “Other”]</p><p>Your Message
[textarea textarea-430 .5×5] </p>[captchac captcha-866 size:l]
[captchar captcha-866]
<p>[submit “Send”]</p>
And here is m y mail setup:
To: [email protected]
From: [your-name] <[your-email]>
Subject: [radio radio-124 “Advertising Inquiry” “Tip or Idea Submission” “Correction” “Writing Inquiry” “Other”]
Message Body: [textarea textarea-430 .5×5]The other fields are blank.
And if anyone can tell me how to narrow up the message box that would be a bonus. Right now it extends all the way across the page and I would like it more square-ish than rectangular.
Thanks so much!
- The topic ‘[Plugin: Contact Form 7] Form Issues’ is closed to new replies.