Hi,
I'm new to BreezingForms and having problems accessing and displaying the values of the form elements between pages - eg as a simple test, entering a value in a text box on page 1 and trying to output the value on page 2 of the form - have tried using various methods including the following, but no luck as yet:
<?php return $_REQUEST['form_element_name]; ?>
The full code syntax is being displayed (including php tags) instead of any variable value.
In a similar vein I'm also trying to access the the parameter values within a URL with no success.
I've also looked at the sample forms to see if I can get any clues - in the 'Embedded PHP code' example the select list is correctly displaying the list of users from the db but on selecting a user and submitting, the form header still displays 'Welcome visitor' - as opposed to the selected user from the list.
Thanks in advance for any help
K