Is it possible to put form and list in the same page on octobercms backend..? since the form is too short and many area left empty.. thats why i have this in mind..
fields.yaml only contain three fields..
Is it possible to put form and list in the same page on octobercms backend..? since the form is too short and many area left empty.. thats why i have this in mind..
fields.yaml only contain three fields..
Why not But for that you need to render list and form manually
, as controller is already having list and form behavior most of time
if you use builder
and create controller
with form and list
.
but if you want all thing manually from beginning
, I have first class tutorial for you, after watching it you can easily add multiple list
and forms
in single controller
:)
please check out this tutorial : https://vimeo.com/200392776 and same on YouTube : https://www.youtube.com/watch?v=hVqc9U6OuLI&t=493s [Rendering form and list by hand]
please comment if you find still issue creating forms and list I can explain more about them.