Add columns within form

I am trying to create an app which takes multiple inputs: like node1 name, node2 name, node1 color, node2 color, node1 size, node2 size . I want to use a single form to take the inputs, and add it to the database when submit button is clicked. However, I want to arrange the input widgets in 2 separate columns within a single form, (node1 input will be present in column1, and node2 input would be present in column2). Is there a way to create such a setup?

Hi! Have you read this?

It may be helpful.

1 Like

Thanks. It fixed my issue :smiley:

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.