Your software
My Mautic version is:3.4.2
My PHP version is:7.3
My Database type and version is:Mysql
Your problem
My problem is: When i build a form using say min fields like First Name, Last Name, email it seems to send ok but in the DB its putting my email in the Name field in the db and the email again in the email field of the db… is this something simple I am doing wrong…
Fields on Form
&&&&&&&&&&&
First Name:Tom
Sec Name: Chandler
Email: tom@bomb.com
Fields in DB
^^^^^^^^^^^^^
Name: tom@bomb.com
email: tom@bomb.com
These errors are showing in the log: None
Steps I have tried to fix the problem: Intensive search of the Community Forum questions.