Buenas tardes amigos, quisiera saber donde se guardan los datos de las variables:
phone, y campos personalizados de formulario de informaciĆ³n de contactos... gracias.
Consulta datos formularios en DB
go to ost_form table and grab the id of the Company Information Form, then go to ost_form_entry table and look for records with form_id = id and grab that id, lastly go to the ost_form_entry_values table and look for records with entry_id = id. You might also look at the ost_form_field table and look for fields with form_id = id