• (1) How do I get the radio button response to appear correctly in the notification email?

    In the form spec area it reads:

    Is this request urgent?
    <small>If replies are needed within 48 hours from date of submission, click "Yes".</small>
         [radio radio-136 "Yes" "No"]

    In the Message Body section on the form specification page, I have:
    Urgent: [radio-136 “Yes” “No”]

    In the received notification email, it reads:
    Urgent: [radio-136 “Yes” “No”]

    Data from all other fields is included correctly in the email, except for the radio button.

    (2) Is there a way to make the radio button a required field?

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Same issue here…
    Radios are not showing in my email

    your radio is “radio136”.

    Insert the radio name in brackets with possibly a label in front of it, as follows in your form results section:

    Urgent Contact: [radio-136]

    Thread Starter carol7

    (@carol7)

    Yay, the radio button response now displays correctly in the email; thank you.

    1) Is there a way to make the radio button a required field?

    2) How do I make the radio buttons line up so that they are left aligned, one to a line, instead of all jammed together in one long stream?

    <p>How would you categorize the job?<br />
         [radio JobCategory "Professional (physicians, nurses, technicians, scientists, attorneys, paralegals, etc.)""Administrative (administrator, manager, finance, marketing etc.)" "Education (professor, instructor, trainer)"]</p>

    Thanks!

    Thread Starter carol7

    (@carol7)

    In that last posting what I meant was I want the radio buttons left-aligned on the form itself.

    Add this to your stylesheet.

    “span.wpcf7-list-item { display: block; }”

    Add this to your stylesheet.

    “span.wpcf7-list-item { display: block; }”

    THANK YOU!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Contact Form 7 – radio button questions’ is closed to new replies.