Custom booking fields
-
Hello!
I tried adding in a new field in the booking form with the help of this guide. It’s successfully showing in the front end, but not on the admin reservation page when I did a test submission of a booking even though I copied both blocks of code to my functions.php file.
I did a quick
var_dump()
on$reservation = htl_get_reservation( $post->ID )
and it seems like the custom field (which was supposed to be in $reservation->guest_custom_field) wasn’t stored in the object in the first place.Any help is greatly appreciated. TIA!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom booking fields’ is closed to new replies.