table wpcm_ea_appointments

Support forumCategory: Questionstable wpcm_ea_appointments
sergio_pino_valdes asked 4 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 replied 4 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!