Hi John,
i’m quite new with ACF values/content in passing variables to other page or a thank you after Form have been submitted. if you happen to show how if possible step by step. that would be helpful
Thanks in Advance,
The problem is the on Page1(Form page) is being use dynamic so the <?php echo the_field(‘campaign_url’); ?> have different content and i want to pass the content <?php echo the_field(‘campaign_url’); ?> to the thank you page but base on whats on the Page1(Form page) content. Not sure if this is clear enough.
Already tried the session but i failed.
Regards,
Glenn
In redirecting to the thank you page its using a javascript window.location.href after form is submitted. And pointing to a regular wordpress page i.e., Url : http://domain.com/thank-you.
The form using eloqua so its a embedded form but the hidden field content(using ACF) that is i want to pass to the Thank You Page after submission. Is this something possible after form submit pass the content to a Thank You page?
Regards,
Glenn
Hi i Just tried this codes but it seems the pageID is not being capture from the previous or Form page any idea?