You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the templates of both the fields and the general form are defined by default and are not overwritable. It's possible to override some services but it would be nice to make it simple.
Expected Behavior
Some suggestions to improve the bundle:
Allow to override main template to remove or add some custom fields ( remove email section or add new section to integrate with CRM`s or similar )
Templates: It would be nice to create templates for forms. Example: Two columns forms , step forms, etc..
The text was updated successfully, but these errors were encountered:
Allow to override main template to remove or add some custom fields ( remove email section or add new section to integrate with CRM`s or similar )
This is something I already have in mind that Email part should be optional. Also the email configuration should not be in the same tab as the form configuration. For this already #32 was created.
Templates: It would be nice to create templates for forms. Example: Two columns forms , step forms, etc..
I'm not sure if I want to implement this things. If a Form is shown as step by step form or as grid form depends on the design or theme. In sulu we always try to separate the content from its presentation. I'm not sure yet if we would add something like that, as a Theme A could show the form as step by step form and Theme B as normal column form. So the implemented theme itself would and should have the control how the form is shown and the form bundle itself should not care about it. Still it should be able that the form entity is extendable with custom fields by overwrite the form_details.xml with new fields and by decorating the FormManager service.
Actual Behavior
Currently the templates of both the fields and the general form are defined by default and are not overwritable. It's possible to override some services but it would be nice to make it simple.
Expected Behavior
Some suggestions to improve the bundle:
The text was updated successfully, but these errors were encountered: