How can I pass the values submitted for some of the form fields to the post-submission page?
I thought it might work to simply leave the redirect URL blank, and then use some php code in the 'On Submit code - after sending email' area, but it isn't working.
I tried this:
But it results in this:
Can this be done? If so, what am I missing?
Thanks,
Scott
I thought it might work to simply leave the redirect URL blank, and then use some php code in the 'On Submit code - after sending email' area, but it isn't working.
I tried this:
Thanks, you will receive $<?php echo $_POST['card']; ?> in the form of a Gift Card, and<br />
$<?php echo $_POST['cash']; ?> in cash in early July, and<br />
$<?php echo $_POST['shares']; ?> in shares.
But it results in this:
Thanks, you will receive $ in the form of a Gift Card, and
$ in cash in early July, and
$ in shares.
Can this be done? If so, what am I missing?
Thanks,
Scott