Viewing 6 replies - 1 through 6 (of 6 total)
  • Do you need to get selected value to be used on another page?

    Thread Starter robertosalemi

    (@robertosalemi)

    Uhm, sorry but I don’t understand.

    How can I send the value of “linguaggio” as input type hidden of CF7?

    Thanks.

    Enter your data as [radio linguaggio ..] tag in CF7 form, more details in docs.

    Thread Starter robertosalemi

    (@robertosalemi)

    Ok, I will try it!

    marcvillevoye

    (@marcvillevoye)

    Hello,

    I have more or less the same problem. I would like to use the “on_sent_ok” command to redirect to Paypal ONLY IF the drop down menu is set to “paypal” ELSE continue.

    The command I use in the “additional options” is:
    on_sent_ok: “if (jQuery(‘#Payment’).val()==’Paypal’) {window.open(‘https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=xxxxx’,’_blank’)} else {};”

    If I use: alert(“test: “+jQuery(‘#Payment’).val()) I will get the message:
    “test undefined”

    Which means, there is no value behind “#Payment”. How can I still have a value in “#Payment” at the moment of on_sent_ok?

    I am reading for 6 hours and trying to use all the forum options, but they do not work / I am to stupid to get them to work.

    Could someone please help me with this issue?

    Thanks/Cheers!

    davmerit

    (@davmerit)

    @marcvillevoye As per the Forum Welcome, please post your own topic. I’ll be watching out for your question to offer you a possible solution.

    Posting in an existing topic and taking over the original posters question is generally considered inappropriate. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Get value of input radio into same page’ is closed to new replies.