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

Customer ${form.fields.search}${form.fields.type}${form.fields.go}

 

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

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