Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
For some reason, my App_Settings is missing the reCAPTCHA v3.init.min.js file.
Html.AddFormThemeScriptFile("~/App_Plugins/UmbracoForms/Assets/recaptcha.v3.init.min.js");
This line of code is inside of the Themes you can download FieldType.Recaptcha3.cshtml. I'm using Cloud v.13.
FieldType.Recaptcha3.cshtml
Due to this, v3 reCAPTCHA is not playing ball. Do you know how I retrieve those?
This causes an issue when I try and submit the form:
The 'g-recaptcha-response' hidden field for reCAPTCHA v3 is missing/empty and thus unable to be verified
Hmm, weird. Are the other assets there (like datepicker.init.js, umbracoforms.js)? I wonder if your umbraco-forms installation is correct. Have you tried re-installing?
Yes
dotnet add package Umbraco.Forms --version 13.2.1
Nothing gets added to my App_Plugins folder. I'll have to have a play around.
I suggest that you run the following cmds:
dotnet restore
dotnet clean
Best intents
Tarik Rital
Thanks, this has not succeded however. App_Plugins only gets built after dotnet build.
dotnet build
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
App_Data missing UmbracoForms folder which is needed for v3 reCAPTCHA
For some reason, my App_Settings is missing the reCAPTCHA v3.init.min.js file.
Html.AddFormThemeScriptFile("~/App_Plugins/UmbracoForms/Assets/recaptcha.v3.init.min.js");
This line of code is inside of the Themes you can download
FieldType.Recaptcha3.cshtml
. I'm using Cloud v.13.Due to this, v3 reCAPTCHA is not playing ball. Do you know how I retrieve those?
This causes an issue when I try and submit the form:
Hmm, weird. Are the other assets there (like datepicker.init.js, umbracoforms.js)? I wonder if your umbraco-forms installation is correct. Have you tried re-installing?
Yes
dotnet add package Umbraco.Forms --version 13.2.1
Nothing gets added to my App_Plugins folder. I'll have to have a play around.
I suggest that you run the following cmds:
dotnet restore
dotnet clean
dotnet add package Umbraco.Forms --version 13.2.1
Best intents
Tarik Rital
Thanks, this has not succeded however. App_Plugins only gets built after
dotnet build
.is working on a reply...