Oct 7th, 2011, 10:16 AM
Hi Jan,
Have you checked out the Form Backup module?
http://modules.formtools.org/form_backup/
That might be what you need: it lets you make complete copies of a Form Tools form, so they can be used as backups or to re-assign to different clients.
The problem with doing it with phpMyAdmin is the data and configuration for a single form is spread over multiple tables. You can't just copy over data because the IDs for different tables need to be unique for each form.
The Form Backup module does all the nasty stuff for you: it duplicates the necessary database records and that sort of stuff, so you don't need to worry about it.
Hope this helps!
- Ben
Have you checked out the Form Backup module?
http://modules.formtools.org/form_backup/
That might be what you need: it lets you make complete copies of a Form Tools form, so they can be used as backups or to re-assign to different clients.
The problem with doing it with phpMyAdmin is the data and configuration for a single form is spread over multiple tables. You can't just copy over data because the IDs for different tables need to be unique for each form.
The Form Backup module does all the nasty stuff for you: it duplicates the necessary database records and that sort of stuff, so you don't need to worry about it.
Hope this helps!
- Ben