I want to expose the entries received on QuForm (WordPress) so that my CRM can pick it up and insert it into it’s MS SQL DB. Where do I find the entries in the WP DB?
Are these entries written to the DB as a normal post?
I want to store the recordings of the form (last name, first name) in a table called “porteur” in my database (diviplugin), but it saves all the time in the table wp_iphorm_form_entry_data and in this table it writes last name and first name on two rows instead of a single row in the table. Attached is a graphic image.