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.