I installed the latest version of Formulate using nuget in VS2017 and although the Responsive forms were working, the Responsive (Plain JavaScript) versions were not.
So I uninstalled it and installed it using the BackOffice and the downloaded zip file, and this time, everything worked perfectly.
Not sure what the difference was, but just making you aware there may be an issue with the nuget version.
Installing Formulate
I installed the latest version of Formulate using nuget in VS2017 and although the Responsive forms were working, the Responsive (Plain JavaScript) versions were not.
So I uninstalled it and installed it using the BackOffice and the downloaded zip file, and this time, everything worked perfectly.
Not sure what the difference was, but just making you aware there may be an issue with the nuget version.
Hi Muiris,
Thanks for the tip.
Do you have any details about it not working? For example, an error message you saw?
Client side code seemed to work - the form was validated and apparently submitted and we got the "form submitted" message.
However, the handlers did seem to fire (one for email and the other to store the data in a database).
thanks Muiris
Thanks, I'll take a look when I get a chance.
One thing to keep in mind is that an error in one handler will prevent the subsequent handlers from running.
is working on a reply...