• I need to add a new custom field on booking form. As i see that there is nth on admin page but maybe anyone help me describe to add on source codes?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author bookingalgorithms

    (@bookingalgorithms)

    Hello,

    As a starting idea yo can try using filter ‘babe_booking_form_input_fields’ from the BABE_html class (line 2301) to add new fields.
    To store custom field values you need to hook into the \BABE_Order::sanitize_booking_vars method with the filter ‘babe_sanitize_booking_vars’ (line 2005).


    Best Regards,
    Booking Algorithms team

Viewing 1 replies (of 1 total)
  • The topic ‘Add a custom field on bookimg form’ is closed to new replies.