• Hi guys,
    I need use CF7 to collect some data to populate an encoded URL and open it on POST action.
    I’ve tried to use an “additional settings” with the on_sent_ok: function. Here an example.

    on_sent_ok: “location.replace(‘https://booking.ericsoft.com/BookingEngine/book.aspx?idh=123&dataInizio='+jQuery('#dataArrivo').val()+'&dataFine='+jQuery('#dataPartenza').val()+'&persone=+jQuery('#ospiti').val()+'&lingua=it’);”

    Obvs, it doesn’t work. I’m open to any suggestions ??

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Using CF7 to pass parameters in encoded URL’ is closed to new replies.