In database fieldnames are like (text_1)

Markgoessens 12 May, 2011
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
GreyHead 12 May, 2011
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
Markgoessens 12 May, 2011
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.
GreyHead 12 May, 2011
Hi Mark,

You can set the names in the Form Wizard Properties box when you create the form.

Bob
This topic is locked and no more replies can be posted.