Hi,how can I add theme to umbraco forms.I tried using this:
@Umbraco.RenderMacro("renderUmbracoForm", new { FormGuid = "4bc66a74-2640-4a03-80e4-70883cd10ba3", FormTheme = "ReviewTheme", ExcludeScripts = "1" })
but its not even displaying my form.This only shows :
Macro: (,)
I'm too confused with this.Please can anyone help me out if this? Any help is appreciated.
Does your theme exist in the following location:
~/Views/Partials/Forms/Themes/ReviewTheme/
If so, what partial views do you have inside? Whatever you put in there will overwrite the default theme, anything left out will result to falling back to the default theme.
umbraco forms
Hi,how can I add theme to umbraco forms.I tried using this: @Umbraco.RenderMacro("renderUmbracoForm", new { FormGuid = "4bc66a74-2640-4a03-80e4-70883cd10ba3", FormTheme = "ReviewTheme", ExcludeScripts = "1" })
but its not even displaying my form.This only shows : Macro: (,)
I'm too confused with this.Please can anyone help me out if this? Any help is appreciated.
Does your theme exist in the following location:
~/Views/Partials/Forms/Themes/ReviewTheme/
If so, what partial views do you have inside? Whatever you put in there will overwrite the default theme, anything left out will result to falling back to the default theme.
yes, my theme exist inside ~/views/partials/forms/themes/ReviewTheme/.I have form.cshtml and script.cshtml inside the folder
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.