• Resolved pinguluk

    (@pinguluk)


    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.js

    Line 44:
    Replace .attr( ‘checked’ ) with .prop( ‘checked’ )

    Line 47:
    Replace .attr( ‘checked’ ) with .prop( ‘checked’ )

Viewing 1 replies (of 1 total)
  • Plugin Author SpeakOut!

    (@123host)

    Thanks for spotting that. Fixed in that and other places where retrieving properties in 2.2.6

Viewing 1 replies (of 1 total)
  • The topic ‘Opt-In subscribe check not registering’ is closed to new replies.