Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bambicruz

    (@bambicruz)

    Anyone?

    Ov3rfly

    (@ov3rfly)

    Please post your on_sent_ok line and checkbox & dropdown html or link to your form.

    Short example, form:

    [select menu-23 "this" "other"]
    [checkbox checkbox-357 "one" "two"]

    At additional settings:

    on_sent_ok: "console.log( jQuery( 'select[name=\"menu-23\"]' ).val() ); console.log( jQuery( 'input[name=\"checkbox-357[]\"]:checked' ).val() );"

    After sending check your browser console.

    Neil Murray

    (@buzztone)

    @ov3rfly – thanks for the on_sent_ok tip. That’s a great idea for looking at these sort of problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redirect URL with Checkbox / Dropdown value’ is closed to new replies.