Quote:
Originally Posted by markb5900
As everyone else has said, what a great mod.
I have a large amount of forms and have decided I need to add some questions to them all.
Is there an easy way to "mass add" questions to all the forms. Or just an easy way to copy and paste the code into each form instead of going into each one individually and adding the 3 questions?
The order will be the same for all the forms, just need to add the individual questions.
Thanks
|
I'm afraid there's not a way to do that.
If you have access to phpmyadmin you could create the question in one form and then using phpmyadmin copy the corresponding row of `formbits` table and then just edit `fid` column for each question to the appropriate form id.