Hi
I have to translate a desktop application to web application.
I want to do it in pyramid and I'm new to web programming.
The forms must be identical...or almost identical.
I have not found how to make a complex multicolumn form in deform.
For
example, a line will contain a pair of textinputs, the next line a
textinput, a pair of "radio choice" and a "choice" widget, the next 3
textinputs, and so on.
Is it done using deform only? Or should you use css or some other library?
Do you know any examples of how to do it on any website?
It is that I do not even know where to start looking.
Any light on my way?
thanks in advance!!!