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:
- To measure the conversion in Google Tag Manager, We need different URLs.
Is there a way to set-up 2 confirmation pages? - 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.