#set($event=$webevents.getWebEvent($webEventRegistrationForm.eventInode)) #set($location=$webevents.getWebEventLocation($webEventRegistrationForm.eventLocationInode)) #set($attendees=$webEventRegistrationForm.eventAttendees)
#parse('static/messages.html')

Your Registrations:

#set($total = 0) #foreach ($attendee in $attendees) #set($total = $math.add($total, $attendee.registrationPrice)) #end
$!event.title
$!location.toString()
#if ($event.isInstitute()) #end
Name: $attendee.firstName $attendee.lastName $$!webapi.toPriceFormat($attendee.registrationPrice)
Badge Name: #if($attendee.badgeName != "")$attendee.badgeName #else No Badge Name #end
Total: $$!webapi.toPriceFormat($total)

Payment Information:

Payment Type: #set($paymentMethods = $webevents.getPaymentMethods($event.isInstitute())) #if (!$event.isInstitute()) Please note: if paying by check you will not receive a link to the webinar until payment is received; if you are paying by credit card you will receive a confirmation within 1 hour containing the webinar link. #end
PO Number:
 Name on Card:
 Card Number:
 Card CVV Number:
 Card Type: #set($cardTypes = $webevents.getCreditCardTypes())
 Expiration Month: #monthsIntValues("cardExpMonth" "$!webEventRegistrationForm.cardExpMonth")
 Expiration Year:

Billing Information:

Please enter or confirm your billing information:
 Street1
Street2
 City
 State
 Country
 Zip
 Billing Contact´s
Person Name
 Phone
 Email



"" ""