• I’ve got three checkboxes where people can select optional items.
    I would like to be able to add a “header” to these checkboxes.
    Like this
    [form fields above]
    – INSERT HEADING TEXT – “Options” — <<THIS IS WHAT I WANT TO DO 🙂
    [checkbox] option 1
    [checkbox] option 2
    [checkbox] option 3
    [form fields below]

    https://wordpress.org/plugins/booking-system/

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

    (@dotonpaper)

    Hello,

    I apologize for the late response.

    Please find the booking-system/assets/js/jquery.dop.FrontendBookingSystem.js file and after line 458, add this

      if (i == 2)
                            HTML.push('your text here');

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘text between fields’ is closed to new replies.