Posts: 13
Threads: 7
Joined: Mar 2009
Reputation:
0
Is it possible? I'd like to completely duplicate a form, data, structure, users, etc.
If I duplicate the mysql table, will that do it, or will that mess things up?
Thank you!
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hi Harmony,
Unfortunately it's not quite so simple. The form table is only one part of the data - the actual dependencies, relationships etc. are all stored in many other tables, so that data will need to be duplicated as well, plus all the various unique IDs will need to be updated across the tables.
You're not the first person to request this, though, so it's definitely on my list of to-do modules. Kinda have a list a mile long through right now... ack. One day I'll encounter a philanphropic millionaire who'll offer to fund development of this script... optimistic, aren't I? ;-)
- Ben
Posts: 13
Threads: 7
Joined: Mar 2009
Reputation:
0
really wish I were a millionaire, but then again, I probably wouldn't be hacking around trying to figure things out. Probably be in outerspace somewhere
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
haha come to think of it, me too. :-)
Posts: 2
Threads: 0
Joined: Mar 2013
Reputation:
0
Just letting you know I am interested in this feature as well.
At the moment am working on a very basic php file that will do this..if interested in results... or want to provide me more info on existing table structure etc to make it "generic" and more user friendly for others to use happy to do so..
Posts: 7
Threads: 3
Joined: Nov 2013
Reputation:
0
I'm interested too. Coleagues are asking me about the possibility to do it.
Regards.