I want to create a form for customers to fill in their inquiries. A bit like the Contact Us form in Magento Luma Theme. Alternatively, how can I add a drop-down menu for customers to select the type of inquiry, such as: sales, warranty, tech support.
Solved! Go to Solution.
You can take reference from Core Magento Contact module and create your own module based on them. You just need to add a custom dropdown field on phtml file and change the logic in controller for dropdown.
Contact module is easy to understand and you can follow up from that module.
Hello,
There are some module available for create form
https://marketplace.magento.com/magearray-module-formbuilder.html
https://landofcoder.com/magento-2-form-builder.html
Hope it will help you.
You can take reference from Core Magento Contact module and create your own module based on them. You just need to add a custom dropdown field on phtml file and change the logic in controller for dropdown.
Contact module is easy to understand and you can follow up from that module.
Hello,
There are some module available for create form
https://marketplace.magento.com/magearray-module-formbuilder.html
https://landofcoder.com/magento-2-form-builder.html
Hope it will help you.
Thanks guys, will give both solutions a go
hi,
If you're still looking for a form builder like this, we can recommend Blue Form Builder: https://www.magezon.com/magento-2-form-builder.html.
Blue Form Builder is a drag & drop Magento 2 form builder extension that allows you to create any kind of form with 35+ elements to choose from. It also supports Select element that helps create a drop-down menu for customers to choose the option they want.