Marco_Co Posted December 20, 2017 Share Posted December 20, 2017 Hi Guys, I have created a form on an CMS page. This form posts the Input to our API where all the input data is processed. All this works good but I have a simple problem. In my form are required fields. I tried it this way <form action="#" method="post"> <input type="text" name="firstname" required> <input type="submit" value="Submit"> </form> But after saving the required is removed. So after this I tried this steps https://mypresta.eu/prestashop-17/extend-text-editor-in-new-presta.html but that did not help. What can I do to make this fields required? Link to comment Share on other sites More sharing options...
Marco_Co Posted December 27, 2017 Author Share Posted December 27, 2017 Probably not a simple question Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now