Hello,
I want to have 2 different confirmation pages, based on the payment (paid or not).
I’v found the work-around to show different text, with following shortcodes, which works fine:
[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: to measure the conversion in Google Tag Manager, I need different URLs.
Is there a way to set-up 2 confirmation pages?
Thanks in advance!
Greetz,
Nathalie