• Resolved lauratraveler

    (@lauratraveler)


    Hi, I’m trying to use a checkbox for the privacy policy but the checkbox is not showing, so the user has no place where to click and the privacy policy cannot be made into a link via normal HTML. Could you please help? Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi 🙂

    Try editing the widget and opening the checkbox field, scroll down to the Options table, have you added an option to the checkbox? It’s an easy step to miss.

    You can add an HTML link in the field description field.

    Thread Starter lauratraveler

    (@lauratraveler)

    Thanks, @misplon. That was it! 🙂 Now is there a way to choose the font family and size for the checkbox text? You know, the text that comes right after the little checkbox square, the one that says ‘I agree to the Privacy Policy’? Thanks again!

    Plugin Support Andrew Misplon

    (@misplon)

    Glad that helped.

    In the Design section you can set the font family for the label but only the size and style for the description. Try adding to Customize > Additional CSS:

    .sow-form-field-description {
    	font-family: Arial, Helvetica, Geneva, sans-serif !important;
    }

    Edit as required.

    Thread Starter lauratraveler

    (@lauratraveler)

    Thanks, @misplon, but I don’t think this is the description. I’m talking about the value field under the checkbox options.

    Plugin Support Andrew Misplon

    (@misplon)

    Sure, have you tried this snippet and changed the font family to something obvious to see if it’s working? Please, send a link if it isn’t working and I’ll take a look.

    I have the same problem that lauratraveler.

    But I don`t find where to add the option to check box

    This is the url for the form that I want to show the checkbox.

    http://eunnovation-g.com/contacto/#contact-form-76a9

    Plugin Author SiteOrigin

    (@siteorigin)

    Hi @gueto72

    If you’d like to open a new support topic, we’d be happy to assist.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Contact form checkbox not showing’ is closed to new replies.