When I build a new form... with first name last name and email the fields double up

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.

Make sure you are pairing the Firstname with Firstname field in Mautic. (in Form editor when you open that specific field, second tab.)

Thanks Joey as Usual… you are the best… worked great… Joey explained exactly how to fix this…

For others messing this up a really quick check is to scan below each field for a little black icon and if the little icon is missing you did the same thing i did build the fields without doing the extra step…

Thank you so much without you and a few others we would be out of luck…