After searching online for examples of form implementations using DIVs, I noticed that most were simple one-column forms. However, my forms are more complex, like the one shown in this image:
Although I can easily create these forms using tables, I encounter issues when attempting to hide certain choices and adjust values to prevent gaps in the layout.
While experimenting with div-based forms, I found that they become disorganized when resizing the browser window and aligning elements is challenging.
Although the topic discussed in this link is relevant: Is it bad design to use table tags when displaying forms in HTML? it doesn't completely address my concerns.
Do you have any suggestions for a solution? Should I continue manipulating values within tables or should I explore alternative methods using DIVs?