APIs & Integrations

YakaRaju_G
Member

Display info on cheking the checkbox

Hi everyone,

My client want to display the privacy policy information on the forms below the checkbox field when the user checks that checkbox. Is this possible?

Please help me with this.

Thanks

0 Upvotes
2 Replies 2
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Display info on cheking the checkbox

Hi @YakaRaju_G,

You could target the checkbox in question with jQuery and show your message based on whether or not the box is selected. Here’s a breakdown of the HubSpot form markup:

HubSpot form markup

This article explains the markup that is rendered by the form's embed code and includes selectors that can be used to style the various field types.

0 Upvotes
YakaRaju_G
Member

Display info on cheking the checkbox

Hi Derek,

Thanks for the help but the problem here is the information should display under the checkbox only and then the Submit button should go to bottom of that information

0 Upvotes