I am creating a theme and I would like my theme to have pre-created fields such as name, email, and message when creating a form, instead of the user create then one by one.
I attempted to manually add these fields to the form.html.twig file, but the information is not sent after the user fills it out.
If anyone knows if this is possible or not to achieve only with the theme, I would greatly appreciate your help!
You can clear your mautic cache firstly and then create a different form with only one field like email or name etc, and then submit that form anywhere by rendering it, and then go to that form in mautic and see form submission section , you will see the form submitted data there.