MVC form on hybrid page causes validation of MVC subscribe f

Posted by Community Admin on 05-Aug-2018 19:07

MVC form on hybrid page causes validation of MVC subscribe form

All Replies

Posted by Community Admin on 28-Apr-2016 00:00

We have an MVC form built with form builder that is on a hybrid page.  When submitting the form and getting the success message we see that the mvc subscribe form has tried to validate and is giving the default please enter an email address message.

 

Is there a way to prevent this?  I have tried setting the action name and a form name on the subscribe widget, but it does not help.

 

i.e. 

@using (Html.BeginFormSitefinity("Index", "SubscribeForm"))

 

This thread is closed