#parse('static/messages.html')
Order and Registration History #if($webEventRegistrationForm.isCreditCardPayment()) #else #end #if($webEventRegistrationForm.isCreditCardPayment()) #else #end #if($webEventRegistrationForm.isCreditCardPayment()) #else #end #if($webEventRegistrationForm.isCreditCardPayment()) #else #end
Billing Address:
Payment Information:
Address Street1: $!webEventRegistrationForm.billingAddress1 Payment Type: #set($paymentMethods = $webevents.getPaymentMethods()) #foreach($paymentMethod in $paymentMethods) #if($webEventRegistrationForm.paymentType == $webapi.parseInt($paymentMethod.get('value'))) $paymentMethod.get("friendlyName") #end #end
Address Street2: $!webEventRegistrationForm.billingAddress2Name on Card: $!webEventRegistrationForm.cardNameBank Name: $!webEventRegistrationForm.checkBankName
City: $!webEventRegistrationForm.billingCityCard Type: $!webEventRegistrationForm.cardTypeCheck Number: $!webEventRegistrationForm.checkNumber
State: $!webEventRegistrationForm.billingStateCard Number: $!webEventRegistrationForm.cardNumber 
Zip: $!webEventRegistrationForm.billingZipExpiration Date: $!{webEventRegistrationForm.cardExpMonth} / $!{webEventRegistrationForm.cardExpYear} 
Contact's Person Name: $!webEventRegistrationForm.billingContactName  
Contact's Person Phone: $!webEventRegistrationForm.billingContactPhone Total: $ $webapi.toPriceFormat($webEventRegistrationForm.totalRegistration)
Contact's Person Email: $!webEventRegistrationForm.billingContactEmail Total Paid: $ $webapi.toPriceFormat($webEventRegistrationForm.totalPaid)
Attendees
#set($attendees=$webEventRegistrationForm.eventAttendees) #if($attendees.size() > 0) #set ($total = 0) #foreach($attendee in $attendees) #set ($total = $math.add($total,$attendee.registrationPrice)) #end #else #end
${attendee.firstName} ${attendee.lastName} $attendee.email $ $webapi.toPriceFormat($attendee.registrationPrice)
  Total: $ $webapi.toPriceFormat($total)
There are no Attendees to show
Add/Edit Attendee:
 
First Name:
Last Name:
  Preferred Name on Badge:
Email address:
  Title for Badge:


   
"" ""