Okay
  Public Ticket #3101641
Booking submission form (new)
Closed

Comments

  •  9
    PeriPeriCreative started the conversation

    I have a few questions about the booking submission form:

    1. Can I re-order the steps in the form. I want a client to 1st pick a date for an appointment, and then see what employees are available for that date?
    2. Can I have the "Notes" field from where I load the employee show in the front end on the form? So by the drop-down of employees it must show Name, Surname, Notes
    3. Can I add custom fields to the "Your Information" section, like "allergies", "insurance", and maybe a notes field?
    4. Can I leave the time selection out of the booking form. So a client only books a date, not a time?

    Thank you


  •  111
    Stanislav replied

    Hello,

    Thanks for reaching out to us

    We will now cover all questions on one ticket - but for the future, please note :

    When you have questions or issues which are not related to the title of the active ticket, please open a new ticket, and we will help you there. In that way, issues and questions which are related to different subjects will be in separate tickets so other customers or our support agents can find them easily. Our policy is to have one issue or question per ticket because of the reasons that are described already.

    Thank you for understanding.

    1. Can I re-order the steps in the form. I want a client to 1st pick a date for an appointment, and then see what employees are available for that date?

    We are not able to reorder the steps themselves;

    at this time, only for the New Step Form > in Customize >   we can reorder the field order, from any step.

    4043959806.png

    If you wish to see the ability to reorder steps,

    Please feel free to search through our feature suggestion page

     to see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.

    You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates;

    and our newsletter, so you're informed about new features, bug fixes, freebies, etc.

    1. Can I have the "Notes" field from where I load the employee show in the front end on the form? So by the drop-down of employees it must show Name, Surname, Notes

    -  Unfortunately, that is not possible currently.

    You can leave a suggestion for this as well.

    Can I add custom fields to the "Your Information" section, like "allergies", "insurance", and maybe a notes field?

    Yes, please check out this detailed documentation about how to use Custom Fields.

    You can add various types of Custom Fields.

    1. Can I leave the time selection out of the booking form. So a client only books a date, not a time?

    For the new Step Form, we don't have a built-in option to completely remove the time selection.

    We can only remove the "end time", like this, in Customize/ Date and Time/ Options/ and disable the "end time":   Then it will be like this :

    1786911329.png
    7987590996.png

    -

    For the Old Forms,  there is a custom workaround, which can help.

    There is a script that you could add to the WP page(s) with the booking(s),

    to change the time slot to say "Book This" (or anything else), except for the actual time slot.

    Here is the script :

    <script>
    setInterval(function () {
    jQuery('.el-radio-button__inner').html('Book This');
    }, 1000)
    </script>
    

    -

    Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways. 

    If you need help with adding custom JS to the page, please take a look at this article.

    If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.

    Have a nice day!

    Kind Regards, 

    Stanislav Snagovskiy
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs

    You can try wpDataTables add-ons before purchase on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables