• Resolved tapper65

    (@tapper65)


    Hi

    The form on the above page seems to work but in the WP admin I have an error – 1 configuration error detected in this tab panel

    The code I am using is
    <label> Your Name (required)
    [text* your-name] </label>

    <label> Your Email (required)
    [email* your-email] </label>

    <label> Subject
    [text your-subject] </label>

    <label> Would you like to receive our Newsletter and Offers?
    [radio your-marketing “Yes” “No”] </label>

    <label> Your Message
    [textarea your-message] </label>

    [submit “Send”]

    Any suggestions please?
    Thanks
    Steve

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • but in the WP admin I have an error – 1 configuration error detected in this tab panel

    The error is probably in your Mail tab settings for Contact Form 7.

    Please supply all your input in the Mail section of the CF7 interface (add as code or include as link to screenshots).

    Thread Starter tapper65

    (@tapper65)

    Hi code info below,

    To – [email protected]
    From – [your-name] <[email protected]>
    Subject – Garden Scene Website Message “[your-subject]”
    Message Body – From: [your-name] <[your-email]>
    Subject: [your-subject]

    Message Body:
    [your-message]
    [your-marketing]


    This e-mail was sent from a contact form on Garden Scene Jersey (https://www.gardenscene.je)

    Many thanks
    Steve

    Thread Starter tapper65

    (@tapper65)

    Found a way around it, if I used <p> tags rather than <label> it works fine.
    Thanks for responding anyway
    Steve

    I’m glad but surprised that worked for you.

    I suspect that the following may be the cause of your problem:

    Subject – Garden Scene Website Message “[your-subject]”

    Using ” can cause parsing issues with CF7.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Radio Button – configuration error detected in this tab panel’ is closed to new replies.