Thread Starter
at
(@atulbramhe)
can you please reply me once?
Hi
You can either use Paytium Plus:
https://www.paytium.nl/handleiding/eigen-tekst-na-betaling/
Or use a custom code snippet if you have experience with PHP:
https://www.paytium.nl/handleiding/veelgestelde-vragen/#kan-ik-gebruikers-na-een-betaling-redirecten
If the last option is not working, please share the code you used and explain how you added it to WordPress. If you used a plugin like Code Snippets, are you sure the snippet is activated?
Kind egards
David
Thread Starter
at
(@atulbramhe)
Hello
Thanks for reply
I have made a custom field from ACF and call the shortcode from it
echo ‘<div class=”instant_payment” style=”display:none;”>’;
$payment_post = get_field(‘payment_form’,’option’);
echo do_shortcode($payment_post);
echo ‘</div>’;
echo ‘<div class=”result>”‘;
after filling form I tried to print_r the status but showing blank array