diff --git a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyBootstrap4/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyBootstrap4/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx index 0630be9eb..e7e514ce9 100644 --- a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyBootstrap4/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx +++ b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyBootstrap4/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx @@ -201,4 +201,7 @@ Letters and numbers only, please + + Please agree to the Terms and Conditions + \ No newline at end of file diff --git a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyBootstrap4/Views/AffiliateRegistration/Index.cshtml b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyBootstrap4/Views/AffiliateRegistration/Index.cshtml index b1e552499..f30ff521a 100644 --- a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyBootstrap4/Views/AffiliateRegistration/Index.cshtml +++ b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyBootstrap4/Views/AffiliateRegistration/Index.cshtml @@ -184,8 +184,10 @@
- @Html.CheckBoxFor(model => model.ConfirmTerms, new { data_bind = "checked: model.confirmterms", @class="form-check-input" }) + @Html.CheckBoxFor(model => model.ConfirmTerms, new { data_bind = "checked: model.confirmterms", @class = "form-check-input" }) + @Html.ValidationMessageFor(model => model.ConfirmTerms, Localization.GetString("ValMessage_ConfirmTerms"), new { @class = "alert alert-danger" }) + @Html.HiddenFor(model => model.IsTrue)
@Localization.GetString("lblAffiliateTerms") @@ -218,7 +220,9 @@
} else{ - Html.Raw(Model.AgreementText); + + @Html.Raw(Model.AgreementText) + }

diff --git a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyLegacy/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyLegacy/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx index 8d50c909d..0a9b38ad0 100644 --- a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyLegacy/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx +++ b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyLegacy/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx @@ -189,4 +189,7 @@ Last Name: + + Please agree to the Terms and Conditions + \ No newline at end of file diff --git a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyLegacy/Views/AffiliateRegistration/Index.cshtml b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyLegacy/Views/AffiliateRegistration/Index.cshtml index 777765443..838ffec72 100644 --- a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyLegacy/Views/AffiliateRegistration/Index.cshtml +++ b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/MyLegacy/Views/AffiliateRegistration/Index.cshtml @@ -94,7 +94,9 @@ @Localization.GetString("lblAffiliateTerms") @@ -164,7 +166,16 @@ @* Affiliate Terms Popup *@

} else{ - Html.Raw(Model.AgreementText); + + @Html.Raw(Model.AgreementText) + }

diff --git a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx index 0630be9eb..e7e514ce9 100644 --- a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx +++ b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx @@ -201,4 +201,7 @@ Letters and numbers only, please + + Please agree to the Terms and Conditions + \ No newline at end of file diff --git a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/Index.cshtml b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/Index.cshtml index 7fc132704..ed732dca6 100644 --- a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/Index.cshtml +++ b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/Index.cshtml @@ -186,6 +186,8 @@

@Html.CheckBoxFor(model => model.ConfirmTerms, new { data_bind = "checked: model.confirmterms", @class="form-check-input" }) + @Html.ValidationMessageFor(model => model.ConfirmTerms, Localization.GetString("ValMessage_ConfirmTerms"), new { @class = "alert alert-danger" }) + @Html.HiddenFor(model => model.IsTrue)
@Localization.GetString("lblAffiliateTerms") diff --git a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx index 8d50c909d..0a9b38ad0 100644 --- a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx +++ b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx @@ -189,4 +189,7 @@ Last Name: + + Please agree to the Terms and Conditions + \ No newline at end of file diff --git a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/Index.cshtml b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/Index.cshtml index 777765443..838ffec72 100644 --- a/DevSamples/MyViewSet/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/Index.cshtml +++ b/DevSamples/MyViewSet/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/Index.cshtml @@ -94,7 +94,9 @@ @Localization.GetString("lblAffiliateTerms") @@ -164,7 +166,16 @@ @* Affiliate Terms Popup *@

diff --git a/Website/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx b/Website/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx index 0630be9eb..e7e514ce9 100644 --- a/Website/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx +++ b/Website/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx @@ -201,4 +201,7 @@ Letters and numbers only, please + + Please agree to the Terms and Conditions + \ No newline at end of file diff --git a/Website/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/Index.cshtml b/Website/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/Index.cshtml index 7fc132704..e36372f0f 100644 --- a/Website/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/Index.cshtml +++ b/Website/Portals/_default/HotcakesViews/Porto5/Views/AffiliateRegistration/Index.cshtml @@ -184,8 +184,10 @@

- @Html.CheckBoxFor(model => model.ConfirmTerms, new { data_bind = "checked: model.confirmterms", @class="form-check-input" }) + @Html.CheckBoxFor(model => model.ConfirmTerms, new { data_bind = "checked: model.confirmterms", @class = "form-check-input" }) + @Html.ValidationMessageFor(model => model.ConfirmTerms, Localization.GetString("ValMessage_ConfirmTerms"), new { @class = "alert alert-danger" }) + @Html.HiddenFor(model => model.IsTrue)
@Localization.GetString("lblAffiliateTerms") @@ -218,7 +220,9 @@
} else{ - Html.Raw(Model.AgreementText); + + @Html.Raw(Model.AgreementText) + }

diff --git a/Website/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx b/Website/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx index 8d50c909d..0a9b38ad0 100644 --- a/Website/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx +++ b/Website/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/App_LocalResources/Index.cshtml.resx @@ -189,4 +189,7 @@ Last Name: + + Please agree to the Terms and Conditions + \ No newline at end of file diff --git a/Website/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/Index.cshtml b/Website/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/Index.cshtml index 777765443..48ded3eb7 100644 --- a/Website/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/Index.cshtml +++ b/Website/Portals/_default/HotcakesViews/SocialSpokes/Views/AffiliateRegistration/Index.cshtml @@ -94,7 +94,9 @@ @Localization.GetString("lblAffiliateTerms") @@ -164,7 +166,18 @@ @* Affiliate Terms Popup *@

@@ -164,7 +166,18 @@ @* Affiliate Terms Popup *@