Hi Sergio – the name, email and telephone number are stored in the ea_fields fields table. If you want them in the ea_appointments table you need to edit the js/frontend-bootstrap.js file around linie 922 – I added the following line to get the email in the table:
email: this.$element.find(‘[name=”email”]’).val(),
Hi Sergio – the name, email and telephone number are stored in the ea_fields fields table. If you want them in the ea_appointments table you need to edit the js/frontend-bootstrap.js file around linie 922 – I added the following line to get the email in the table:
email: this.$element.find(‘[name=”email”]’).val(),
Hope this helps!