The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Duplicate a Form - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Duplicate a Form (/showthread.php?tid=178) |
Duplicate a Form - harmony - Jun 5th, 2009 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! RE: Duplicate a Form - Ben - Jun 6th, 2009 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 RE: Duplicate a Form - harmony - Jun 8th, 2009 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 RE: Duplicate a Form - Ben - Jun 9th, 2009 haha come to think of it, me too. :-) RE: Duplicate a Form - greatestPharaoh - Mar 30th, 2013 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.. RE: Duplicate a Form - darioligero - Nov 28th, 2013 I'm interested too. Coleagues are asking me about the possibility to do it. Regards. |