Opt-In subscribe check not registering
-
Problem:
If you enable the checkbox for the opt-in and if you check the checkbox in the form, the form sends the value “”Fix:
/js/public.jsLine 44:
Replace .attr( ‘checked’ ) with .prop( ‘checked’ )Line 47:
Replace .attr( ‘checked’ ) with .prop( ‘checked’ )
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Opt-In subscribe check not registering’ is closed to new replies.