Is there anyway to reset everything to factory? Some stuff has gone wonky and I want to start over.
Disabling/Re-enabling the module does not delete its settings.
Thanks.
Is there anyway to reset everything to factory? Some stuff has gone wonky and I want to start over.
Disabling/Re-enabling the module does not delete its settings.
Thanks.
Comments
Comment #1
metzlerd commentedif you can use mysql you could execute the following command from the mysql command:
delete from formdefaults_forms;
Sorry there isn't an easier way, I'll try and add that in a futer rev.
Dave
Comment #2
EyeChartBrew commentedSubscribing to this, since if I had found it earlier, it would have saved me a lot of headaches.
(I had disabled something critical, and was seeing "An illegal choice has been detected. Please contact the site administrator." errors while entering or editing Nodes.)
//TB
Comment #3
metzlerd commentedFinally got around to this feature in the latest dev release. Will be rolled tommorrow.