How can i add a checkbox required for Privacy Policy on form?

3 replies · opened Jun 27, 2016

CcreatiusJun 27, 2016

Hi, i'm creating a landig page for a client and i need add a checkbox required on form for accept privacy policy and when i press the send buttom form i'd like that the checkbox appear on red similar to others input.

How can i create it?

SSemicolon WebSTAFFJul 2, 2016

Hello,

Unfortunately, CSS Borders are not supported on the Checkbox Element. Please consider adding the following CSS code which will display an Error Message:

input[type=checkbox]:not(:checked) + label.error { display: block !important; }

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

CcxonOct 30, 2017

I'm having a similar issue, I can't seem to get multiple items show up in the email, that specific area just shows up blank. Here are my two files

SSemicolon WebSTAFFNov 4, 2017

Hello,

Can you please send the Files to semicolonweb@gmail.com . Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
How can i add a checkbox required for Privacy Policy on form? · Canvas Template Support