How to display form fields on redirect page?
-
Hi! Thanks for all your work!
I’m trying to display some content from a sucessful form post in a set redirect page.
Tried using
$variable = af_get_field($field_name);
but it returns nothing.echo af_has_submission();
shows nothing.$fields = AF()->submission['fields']; echo $fields;
shows nothing.Help appreciated!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to display form fields on redirect page?’ is closed to new replies.