Populate form checkbox when clicking on label text

Benjamin_Ortiz1
Level 4

Populate form checkbox when clicking on label text

Is it possible to populate a checkbox on a form when the label text is clicked on?
http://screencast.com/t/kacpQ30e
Tags (1)
1 REPLY 1
Alok_Ramsisaria
Level 10

Re: Populate form checkbox when clicking on label text

Hi Ben,

You could add a checkbox field and make it conditionally visible. However, that would appear when a user fills out another field(as opposed to "clicked" another label).

You may use the conditional vibility for the Checkbox field as "Hide" if the "First Name" is Empty. That way, once the user fills the First Name and when Clicks in the other field, the Checkbox field appear.

0EM50000000STKp.jpg



Would that help?