This example demonstrates manually laying out a form in the page template.

$form.startTag() Customer ${form.fields.search}${form.fields.type}${form.fields.go} $form.endTag()

 

#if ($customerDetail) Customer Details
ID $customerDetail.id
Name $customerDetail.name
Email  $customerDetail.email
Age  #if ($customerDetail.age) $customerDetail.age #end
Investments  #if ($customerDetail.investments) $customerDetail.investments #end
Holdings  #if ($customerDetail.holdings) $format.currency($customerDetail.holdings) #end
Date Joined  #if ($customerDetail.dateJoined) $format.date($customerDetail.dateJoined) #end

#end #if( $message ) $message #end