hi
I would like to ask for help
in finding the place to change emails template
since there is some kind of JS or other problem to edit from the interface.
where can I edit the email template from the DB tables or editing files ?
thanks
B
I would like to ask for help
in finding the place to change emails template
since there is some kind of JS or other problem to edit from the interface.
where can I edit the email template from the DB tables or editing files ?
thanks
B
Hi Barnea,
There is no practical way that I know of. The form data is saved in the database but it is encoded and serialised into one long text string. You can decode this, edit it and re-save but the changes of an error breaking the form are high.
If you can access the Forms Manager then you can Backup the form. edit it on another Joomla! installation, then backup from there and restore, then delete the old original form.
The best solution though is to fix the JavaScript problem in your site admin.
Bob
There is no practical way that I know of. The form data is saved in the database but it is encoded and serialised into one long text string. You can decode this, edit it and re-save but the changes of an error breaking the form are high.
If you can access the Forms Manager then you can Backup the form. edit it on another Joomla! installation, then backup from there and restore, then delete the old original form.
The best solution though is to fix the JavaScript problem in your site admin.
Bob
This topic is locked and no more replies can be posted.