I've got a problem with form creating. I'm learning about prestashop and i need to create custom form, that i will show in frontend. For backend it's no problem - i've created a form with fields, subbmited, all is working. But now i want to create cutom form for an users to let them send a message with basic informations i need.
For backend there's a function displayForm, where i can create a fieldForm array and render via formHelper function generateForm()
It it possible to frontend side?