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

    (@zaus)

    You’ll need to write at least a hook or two, depending on whether you’re using CF7 or GF. Basically you need to save the url to redirect to from the response in one hook, and depending on the form plugin set the redirect in another hook.

    Thread Starter lucabarbero87

    (@lucabarbero87)

    Hi,
    I’m still working on that problem but without success. I’m using cf7 and in additional setting I had to add this filter to send data to a specific url using also 3rd party integration plugin:
    add_filter(‘wpcf7_form_action_url’, ‘wpcf7_custom_form_action_url’);

    But once submitted it doesn’t redirect and it seems cf7 doesn’t accept more than one hook in additional settings to set redirect with on_sent_ok function.

    Have you any idea?

    Thanks

    I’m also interested in a solution to this issue. I get data to the CRM but the page won’t complete submission for a redirect or success message.

    anyone have any idea on how to handle this?

    Plugin Author zaus

    (@zaus)

    Sorry to be so vague, but I did something like this for a client not too long ago, Please contact me through my website if you’re interested in a consult.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Redirect after submission with cf7’ is closed to new replies.