J
Jane Here
I have a form that asks for:
Contact name:
Email:
That works fine. However, I find that some people only enter their first
name, so I want to change the form to this:
First name:
Last name:
Email:
When the user clicks Submit, I would like a field included that is made up
of the first two fields, eg realname = 'Bill Jones". So a new field is
created which combines the first two fields.
The code is something like: "realname" = "firstname" + "lastname".
Does anyone know how to do this?
Contact name:
Email:
That works fine. However, I find that some people only enter their first
name, so I want to change the form to this:
First name:
Last name:
Email:
When the user clicks Submit, I would like a field included that is made up
of the first two fields, eg realname = 'Bill Jones". So a new field is
created which combines the first two fields.
The code is something like: "realname" = "firstname" + "lastname".
Does anyone know how to do this?