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.
Dieses Thema enthält 18 Antworten, hat 2 Stimmen.
Zuletzt aktualisiert von vor 3 years, 4 months.
Assistiert von: Christopher Amirian.