Support

Home Forums Event Espresso Premium Functions for retrieving field information

Functions for retrieving field information

Posted: August 21, 2014 at 2:28 am

Viewing 1 reply thread


ariverasmandujano

August 21, 2014 at 2:28 am

Hello!

I wish to add the input information from the registration form to the last page (payment_page.php)

I need the functions from the form, such ass name, last name, and so on. How do I retrieve this information and display it on the last page?


Dean

August 21, 2014 at 6:28 am

Hi,

That information is held in the $attendee object.

Feel free to add a var_dump($attendee) to the payment_page.php and it will list out all the available information.

For example you could

echo $attendee->fname 

to display the first name.

You can do the same with $event as well, though that info obviously relates to the event.

Viewing 1 reply thread

The support post ‘Functions for retrieving field information’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso