i am trying to combile first and last name to enter into the mysql currently have
‘Name’ => $form->getValue(‘firstname’),(lastname)
its not working, i want them both to be int eh Name table not seperate tables how do i combine the first name and last name from my form to store in the msql as first name last name in the NAme field