We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f24b8 commit 3e53cc8Copy full SHA for 3e53cc8
src/Umbraco.Cms.Integrations.Crm.Hubspot/Models/ViewModels/HubspotFormViewModel.cs
@@ -9,6 +9,6 @@ public class HubspotFormViewModel
9
public string Region { get; set; }
10
11
public string ScriptPath =>
12
- $"//js{(string.IsNullOrEmpty(Region) ? string.Empty : Region.ToLowerInvariant())}.hsforms.net/forms/shell.js";
+ $"//js{(string.IsNullOrEmpty(Region) ? string.Empty : "-" + Region.ToLowerInvariant())}.hsforms.net/forms/shell.js";
13
}
14
0 commit comments