Title: Customizing bookings-event-printable.php
Last modified: September 1, 2016

---

# Customizing bookings-event-printable.php

 *  Resolved [mfalber](https://wordpress.org/support/users/mfalber/)
 * (@mfalber)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/customizing-bookings-event-printablephp/)
 * Hello fellow hackers. I’m using Events Manager Pro and want to add data to the
   Printable Bookings page (events-manager/templates/templates/bookings-event-printable.
   php) that corresponds to the custom fields I created in the Forms Editor. Those
   fields are:
 *     ```
       parent
       other_names
       special_issues
       ```
   
 * Parent is “text” while the other two are “textarea”
 * The code at present is:
 *     ```
       <td><?php echo $EM_Booking->person->get_name() ?></td>
       			<td><?php echo $EM_Booking->person->user_email ?></td>
       			<td><?php echo $EM_Booking->person->phone ?></td>
       			<td class='spaces-number'><?php echo $EM_Booking->get_spaces() ?></td>
       			<td><?php echo $EM_Booking->booking_comment ?></td>
       ```
   
 * Would anyone know how I might do that? Thanks.
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customizing-bookings-event-printablephp/#post-7595931)
 * can you re-post this using the EMpro forums instead?

Viewing 1 replies (of 1 total)

The topic ‘Customizing bookings-event-printable.php’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [custom fields](https://wordpress.org/support/topic-tag/custom-fields/)
 * [printable view](https://wordpress.org/support/topic-tag/printable-view/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/customizing-bookings-event-printablephp/#post-7595931)
 * Status: resolved