Looking for a way to group input fields in columns / make forms more attractive #1192
Replies: 4 comments 2 replies
-
Hey @anxgstadler I understand you are looking to set up a form like this: I discovered this feature in a package, but its last update was 7 years ago. That means it's dead. Unfortunately, this feature is currently not available in Backpack. For now, You can only split your create/edit inputs into multiple tabs You can ask/vote for this feature request here. It may come in the next version if votes are high. |
Beta Was this translation helpful? Give feedback.
-
I really wonder why this section is called "discussions" when you close a thread directly after your very first answer ;-) While closing the thread, you ignored the most important part of my initial post: If the feature is not available currently, what would be the best way to approach this? I mean, I could shell out the structure in a custom view and tell the CRUD controller to use this view for create and edit, but how would I then render the fields there? Is there somehting like Thanks! :-) (P.S. Please forgive me, but I don't have too much hope regarding voting for the feature on the other page, since the other topic I was asking for, managing linked resources on the show page of an entity, has been up-voted there to number 2 a year ago, and it's still not there ;-) ) |
Beta Was this translation helpful? Give feedback.
-
Oh! I'm sorry to close it very soon. Thanks for correcting me. |
Beta Was this translation helpful? Give feedback.
-
I think this is a super important feature. tabbing between field sets means that someone may miss an important piece of information that could have easily been displayed in a more compact format. Since you already have tabs, it would be fairly easy (for you - LOL) to use the same logic to create a lay out with panels likes this.. then one would define the fields inside each panel.. or add more if need. so panel_left_1 panel_left_2 > panel_right_1 panel pane_right_2 and you can define the left or right with like 2/3 etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone!
I'm new to Backpack and as I see it, I can add classes to my inputs so they are less wide, thus getting 2 or more inputs in one row next to each other.
What I'm looking for is to have one set of inputs in one column and another set of inputs in a second column. An example might be a big main column with article content and a smaller secondary column with meta infos.
(Some kind of compromise would be to put those meta infos in a separate tab, but this would hide them from the user while having more than enough space on the screen.)
Does backback already provide this functionality? And if not, what would be the best way to approach this?
Generally speaking, the documentation lacks information on my possibilities to make forms more visually attractive for users. If e.g. I want to write this 2-column-structure as my own view, how would I then get the inputs form the CRUD controller in there?
A small tutorial for making my own form view would really help here! :-)
(And if I overlooked it, I do apologize. Please just point me in the right direction...)
Beta Was this translation helpful? Give feedback.
All reactions