mishbahr / djangocms-forms

The easiest and most flexible Django CMS Form builder — Create forms quickly without ever touching code. Every field type you may need is available within a simple drag and drop interface.
https://pypi.python.org/pypi/djangocms-forms/
BSD 3-Clause "New" or "Revised" License
123 stars 95 forks source link

How to customize the template to get application forms design for djangocms form. #84

Open manish2507 opened 4 years ago

manish2507 commented 4 years ago

How to customise the template to get application forms design for djangocms form. For Example - i want to use two fields for each row etc.

Please help how to use different template otherthan default template so that i can customise and write my own html.

I know how to use different template but how i can render form fields and apply my own design. Please suggest.

i-salameh95 commented 2 years ago

the same problem, e.g: I need to display the name fields in one row ( first_name, second_name, third_name & family_name ) is there any update ?