Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Section dividers in forms View modes: 
User avatar
Member
Member
trheath@pilotcat.com - 9/6/2013 4:03:43 PM
   
Section dividers in forms
Greetings --

I was curious if anyone know hows to create fieldsets in a form.

For example:

Address Information
Street:
Street 2:
City:
State:
Zip:

Billing Information
...

I want to wrap groups of fields in a divider...would the best way to do this be with CSS or making a custom field type?

Thanks for your help,

Tim

User avatar
Certified Developer 13
Certified Developer 13
kentico_josefd - 9/6/2013 8:10:47 PM
   
RE:Section dividers in forms
Hi Tim,

A custom div class seems like the best solution in your case. The form tab itself has some styling options but editing the layout markup manually, using the source button, will give you better control on positioning of each section.

Regards,
Josef Dvorak

User avatar
Member
Member
trheath@pilotcat.com - 9/9/2013 9:34:17 AM
   
RE:Section dividers in forms
Hi Josef,

The custom layout is what I needed...thanks for your help!