Forum Replies Created

Viewing 1 replies (of 1 total)
  • I’ve had this exact issue. I created a .js file in my theme subdirectory. I didn’t want this script called on every page. This script has my jquery form logic. If a user checks a box it shows the additional form fields AND makes them required using $(id_if_input).prop(‘required’,true);

Viewing 1 replies (of 1 total)