[ic] Build pages from smaller parts

Kaare Rasmussen kar@webline.dk
Thu, 9 Nov 2000 18:45:43 +0100


> [if value current_type eq employee]
>          [include form_parts/emp_info]
> [/if]

Yeah, thought about something like this. My question was primarily to see if 
there was more encapsulated ways to do things.

> ....keep in mind that form elements and page content don't exist in a
> vacuum; you will have to be mindful of setting the correct form actions,
> target pages, etc, and will have to give some thought as to how to handle
> field validation, taking into account all possible combinations.

Exactly! Too many combinations will be a nightmare. But I'll try and see how 
it turns out.