Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you paste the contact form 7 code that you have?
    Did it work before on other theme?

    Thread Starter alekseyvays

    (@alekseyvays)

    Thank You, Oritzio!
    The form code is below. I haven’t tried it with another theme.

    <p><label for=”your-name”>Your Name (required)</label><br />
    [text* your-name] </p>

    <p><label for=”your-email”>Your Email (required)</label><br />
    [email* your-email] </p>

    <p><label for=”your-location”>Your Location (country and city)</label><br />
    [text your-location] </p>

    <p><label for=”attached-image”>Attach your photo (optional)</label><br />
    [file attached-image limit:6mb filetypes:gif|png|jpg|jpeg] </p>

    <p><label for=”your-video-url”>If you recorded a video testimonial, paste the youtube link here (optional)</label><br />
    [text your-video-url] </p>

    <p><label for=”your-testimonial”>Your Testimonial</label><br />
    [textarea your-testimonial] </p>

    <p>[checkbox use-everything exclusive] <label for=”use-everything”>Yes, you can use my testimonial with my name, location and picture</label></p>

    <p><label for=”use-testimonial-only”>Yes, you can use my testimonial <i>without</i> my name, picture,location</label><br />
    [checkbox use-testimonial-only exclusive] </p>

    <p><label for=”internal-use-only”>For the RSF team only, not for public posting</label><br />
    [checkbox internal-use-only exclusive] </p>

    <p><label for=”contact-me”>Please contact me if you use my testimonial</label><br />
    [checkbox contact-me] </p>

    <p><label for=”captcha-884″>Are you human?</label><br />
    [recaptcha] <br /></p>

    <p>[submit class:button class:blue-button “Submit Testimonial”]</p>

    You didn’t write the checkbox shortcode like you should
    the syntax is like that:
    [checkbox color “red” “blue”]

    That will give you a checkbox with 2 options, Red and Blue
    you can add as much as you want for example:
    [checkbox color “red” “blue” “brown” “orange” “pink” “black”]

    and if you’ll navigate to the Mail tab in the contact form 7 plugin and go to Message Body
    you can write something like:
    Color: [color]

    this [color] will be the color that the user selected on the checkbox
    so if the user selected blue, you’ll see on your email:
    Color: blue

    Thread Starter alekseyvays

    (@alekseyvays)

    Thank You Oritzio! I will do that!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CF7 checkboxes do not show on Divi theme’ is closed to new replies.