I think the easiest way to do this would be using phpmyadmin and creating the database fields there.
Create on field that you want the rest to be like.
:woohoo: *******MAKE A BACKUP OF YOUR SITE AND OF YOUR DATABASE******* :sick:
Select in in phpmyadmin and export the field as sql
create the copies of the record and rename them as you need them
Log back into phpmyadmin and import all of the fields.
Nick has a pretty good "How to" demo in the forum somewhere on how to create a new database object. Follow his guidance.
Thanks.
I did it some days ago, also using phpadmin.
I did the following:
* Created a backup of the site
* Made a full export of the database
* Created one field
* Made a full export of the database
* Compared the 2 files to see where the changes were.
It is not only the fields table that has to be changed. Whe table containing all the profile information also needs changes. If you have radiobuttons, there is a third table that needs additions and finally all the profileinformation needs to have the default values for the new fields set.
This would be so much easier if there was a copy field option