table wpcm_ea_appointments

Supporttable wpcm_ea_appointments
sergio_pino_valdes Staff asked 5 years ago
the name, email and telephone number of the person requesting
a reservation is not registered.
 I need this data to be recorded
Thanks in advance
alexandru.boerescu Staff replied 5 years ago

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!