How can I organize an editable grid view form?

Hi, I have an editable grid view form with about 30 columns that I like to display together on one screen.
I would have been happy if I could use blocks but this isn’t possible with multiple records forms.

What options do I have to split (or somewhat) the columns (maybe two rows) so that I don’t have to scroll in the browser screen to fill the fields?
Yes - I could split the table and create separate forms but this doesn’t make things easier.
Any suggestions?

Joe

Hi,

You can try to create more forms from same table and make them master child on same field “id” i think. Is not very nice but with more fields … no more choices.

You can use free templating, but don’t remember if works for forms, I think it works. This way you have to create your template form in html but you have all control about how data will be rendered

Ok - thanks - a lot of work … :wink: I hoped to avoid html coding by using SC.

Joe