I have found how to change the text in the "First Name" box. I'd like to use this box for additional data to be sent in confirmation emails and others. But When I fill out the form, entering text (test) in the First Name box and in the Name box entering "Bob Jones" The email sent shows Name: test bob jones using the tag {name}. I looked in the database and found that text box value in the table app_sch_orders table in column " order_first_name". It shows value of "test". The column order_name shows value of Bob Jones
Using email tags, can I use {name} and {order_first_name} to seperate the data into two items within an email?