Mollie payment after completion to different confirmation page or more tags in reply

I want to have a different confirmation page, based on the payment (paid or not).

We’re tried to work using these shortcodes:
[gravityforms action=“conditional” merge_tag=“{entry:payment_status}” condition=“is” value=“Paid”]
“here some text to show if payment succeeded”
[/gravityforms]

[gravityforms action=“conditional” merge_tag=“{entry:payment_status}” condition=“isnot” value=“Paid”]
“here some text to show if payment failed”
[/gravityforms]

But the payment_status is not pushed with the confirmation.

There are 2 issues we’re facing:

  1. To measure the conversion in Google Tag Manager, We need different URLs.
    Is there a way to set-up 2 confirmation pages?
  2. We’re showing the forms in a popup. When returning from Mollie the popup is closed. A check on the parameter ?gf_mollie_result= won’t work, because we have multiple form popups on our pages.

We also tried this shortcode based on this topic but is also not working. It should be a standard functionality in my opinion.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.