I'm using webforms rendering in Umbraco version 7.5.2. At the moment, the webforms are stored as file. Is there a way I can customize it, so that it is stored in database instead of file?
Masterpages are stored in "masterpages" folder, you can edit it via some code editor or via Umbraco admin part -> Settings section -> Templates -> choose your template.
Customize umbraco webform template
I'm using webforms rendering in Umbraco version 7.5.2. At the moment, the webforms are stored as file. Is there a way I can customize it, so that it is stored in database instead of file?
Hi Wen,
Masterpages are stored in "masterpages" folder, you can edit it via some code editor or via Umbraco admin part -> Settings section -> Templates -> choose your template.
Thanks,
Alex
Hi Alex,
I'm aware of the step to create the masterpage. Currently, masterpages are created as a file and being saved in "masterpages" folder.
What I would like to know, is there a way I can customize it to save those masterpages into database?
is working on a reply...