trying to do my first project with Contour, and have a simple question:
I'm trying to develop a page with a rather long form. The form is to be broken up in different sections to make it more user friendly.
How do I accomplish this?
I don't want "steps", everything should be on one page. And I can't seem to figure out how to create simple text labels / section headings on a form. There is no "label" datatype.
Simple text labels/sections on a form
Hi everyone,
trying to do my first project with Contour, and have a simple question:
I'm trying to develop a page with a rather long form. The form is to be broken up in different sections to make it more user friendly.
How do I accomplish this?
I don't want "steps", everything should be on one page. And I can't seem to figure out how to create simple text labels / section headings on a form. There is no "label" datatype.
Any tips on how to accomplish this?
Best regards,
Soeren Sprogoe
Comment author was deleted
You can use the fieldset caption... or the contour contrib project has a label fieldtype you could use
http://contourcontrib.codeplex.com/SourceControl/list/changesets
Ah, thanks mate!
Can see I got confused by the fact that you apparently add steps to a fieldset, and not fieldsets to steps.
Anyways, problem solved! Thanks again!
Best regards,
Soeren Sprogoe
Comment author was deleted
Well it's Page (that's a step) -> Contains fieldset(s) -> Contains field(s)
is working on a reply...