Hi all,
This is my first post in this forum.
I set up a nice form and it works great. But I have a small problem.
When I look at the records in my database I get these records:
text_1 : Mark
text_2 : Goessens
But actually I want it like this:
First name : Mark
Last name: Goessens
Where can I change this? Because in the e-mails it shows in the right way.
I hope someone can help.
Greets, Mark
This is my first post in this forum.
I set up a nice form and it works great. But I have a small problem.
When I look at the records in my database I get these records:
text_1 : Mark
text_2 : Goessens
But actually I want it like this:
First name : Mark
Last name: Goessens
Where can I change this? Because in the e-mails it shows in the right way.
I hope someone can help.
Greets, Mark
Hi Mark,
You need to change the input names in your Form HTML and the matching column names in your database table; then refresh the DB Connection.
But note that you cannot have spaces, dashes or other special characters, except underscore, in these names so names like first_name or First_Name or FirstName are OK but First Name is not.
Bob
You need to change the input names in your Form HTML and the matching column names in your database table; then refresh the DB Connection.
But note that you cannot have spaces, dashes or other special characters, except underscore, in these names so names like first_name or First_Name or FirstName are OK but First Name is not.
Bob
Okay, thank you for your quick reply.
But is there no quicker way? Because every time when I use the form wizard, I have to change these names again.
But is there no quicker way? Because every time when I use the form wizard, I have to change these names again.
This topic is locked and no more replies can be posted.