Is it some how possible, to (safely) change th notify parameters of multiple (ALL) Formulars?
Explicit Problem:
One of our workers is not iin the office for some tuime, and anotherone took over her jobs.
Now every of the Forms got the Email Adress of the person who is not there in either BCC or To fields.
This needs to be changed to the mail address of the new worker.
Is there a chance to do that?
I would accept any "dirty" solution as long it is mostly save.
My approaches till now:
1. I tried dumping the SQL table (X_rg_form_meta) changed values by search and replace and imported the data back into the DB, but that killed the Form-fields (don't know why... syntax was right).
2. tried exporting as XML, and re-importing with changed values. this kept the form-fields, but did not overwrite the old ones, so we have duplicates now.
Loosing the Entries of the Forms is (sadly) not an option!
Hoping for a quick fix.
~netzstrategen