Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Yuval

    (@yuvalsabar)

    Hi @dippli,

    Currently there is no option for that in our plugin. You can do that with a little bit of programming, but this is beyond the scope of our support.

    Yuval.

    Thread Starter dippli

    (@dippli)

    Hi Yuval,

    Thanks for the answer. It’s a shame, it would be pretty cool if the plugin was able to.

    You can do it with a little bit of javascript. See what I did here:
    https://wordpress.org/support/topic/append-cf7-form-value-as-variable-to-redirect-url-on-submit/

    Thread Starter dippli

    (@dippli)

    Hi Fastasleep,

    Thanks for the feedback … and yes I did see your post (but got totally lost) and hoped there was an easier way – one that didn’t require me to modify or create code, as I am not a programmer.

    It is not that the plugin can’t do what I need it to do, it is just that it grabs all the data of all the fields present on the form and then passes that to the external URL in one long string …

    I kinda found a ”workaround” by splitting the form up in two steps. The first step grabs the info (name, email and so on) I need and on submit it redirects to a form where the URL can be entered, which on submit then grabs the URL and adds it to the end of the external URL.

    This is not optimal from a use experience of the site, but it will have to do for now. I was just hoping there was a way to exclude or choose what to grab using some custom CSS.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to choose which fileds to pass as URL Query parameters?’ is closed to new replies.