• Resolved Wilson Díaz

    (@wilsonjda)


    Hello, I have a custom field that displays fine on appointment page, but it appears blank on schedule page.
    Another problem is that the mandatory custom fields are not validated and people don’t fill them out, but they can request the appointment.
    I’m using contact form 7

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Webba Appointment Booking

    (@webba-agency)

    Hello,

    >> I have a custom field that displays fine on appointment page, but it appears blank on schedule page.

    Please, open the Backend interface tab of the Webba settings page and set the option Custom field columns. In this option should be a comma-separated list for the fields IDs.


    >> mandatory custom fields are not validated

    Please, post here (or send to [email protected]) the code of your form.

    Thread Starter Wilson Díaz

    (@wilsonjda)

    Hello, thanks for your answer.
    I wrote the ID in the field “custom fields” (tipo-cita[Tipo de cita]), but it does not work in the schedule page, when I click on customer in the calendar, all the data appears except for the custom field, it is empty. On the appointment page it is ok,

    The form code is this:

    <div style="max-width:700px; margin:auto;">
    <p style="background:var(--amarillo); font-weight:400;padding:20px;">Seleccione si desea que su cita sea virtual o presencial. Las citas presenciales son únicamente en Bogotá, si vive en otra ciudad, seleccione "Virtual".</p>
    <label for="tipo-cita">Tipo de cita</label>[select* tipo-cita id:tipo-cita class:wbk-select include_blank "Virtual" "Presencial"]
    
      <div>
        <label for="wbk-name">Nombre*</label>[text* wbk-name class:wbk-text id:wbk-name]
      </div> 
      <div>
        <label for="wbk-email">Email*</label>[text* wbk-email class:wbk-text id:wbk-email]
      </div>
      <div>
        <label for="wbk-phone">Teléfono*</label>[text* wbk-phone class:wbk-text  id:wbk-phone]
      </div>
      <div>
        <label for="wbk-comment">Mensaje</label>[textarea wbk-comment class:wbk-textarea id:wbk-comment]</div>
    </div>
    • This reply was modified 4 years, 4 months ago by Wilson Díaz.
    Plugin Author Webba Appointment Booking

    (@webba-agency)

    There is an issue observed on the Schedule page, please use ‘tipo-cita’ instead ‘tipo-cita[Tipo de cita]’ in the Custom fields columns option. We will try to include the bugfix in the next release.

    >> mandatory custom fields are not validated

    please use the following code for your custom field:

    [select* tipo-cita id:tipo-cita class:wbk-select "--" "Virtual" "Presencial"]

    Thread Starter Wilson Díaz

    (@wilsonjda)

    Thanks so much, now it works fine, the two problems was resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom field in schedule page is blank’ is closed to new replies.