Problem:
How to make checkboxes in a form unselectable?
Solution:
Add the JS code below:
jQuery('#cred_form_9608_1_1 input[type="checkbox"]').attr('disabled', 'disabled');
replace cred_form_9608_1_1 with the generated code for your instance.
Relevant Documentation:
https://toolset.com/course-lesson/adding-custom-javascript-to-views-templates-and-archives/
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
This topic contains 18 replies, has 2 voices.
Last updated by 1 year, 10 months ago.
Assisted by: Christopher Amirian.