Prettifying Mautic Forms
-
Has anyone a good workflow to format Forms in a nicer way and still use the javascript implementation?
Specifically I would like to put some fields (like first/last name) next to each other. That saves space and is much prettier. Currently I'm solving it by implementing the form manually and using bootstrap. But I'd prefer to just use the automatic implementation instead so it would dynamically update fields etc.
Any suggestions?
-
Has anyone a good workflow to format Forms in a nicer way and still use the javascript implementation?
Specifically I would like to put some fields (like first/last name) next to each other. That saves space and is much prettier. Currently I'm solving it by implementing the form manually and using bootstrap. But I'd prefer to just use the automatic implementation instead so it would dynamically update fields etc.
Any suggestions?
@andreasdueren I think this covers pretty much the subject : https://cactusautomation.com/blog/how-to-customize-the-design-of-mautic-forms-to-be-less-vanilla/
-
@andreasdueren I think this covers pretty much the subject : https://cactusautomation.com/blog/how-to-customize-the-design-of-mautic-forms-to-be-less-vanilla/
@rmdes Nice implementation! Unfortunately it also relies on manually adding the html instead of the javascript which would automatically update fields without having to touch the code on the backend of the website.