#set($currentOrganization = $request.getParameter("currentOrganization"))
#parse('static/messages.html') #if ($!{dotRegistrationForm.from} == "webEventRegistration") Click Proceed to Payment to confirm this is the user you'd like to tie this registration to.
If this is not your user, please click on Logout and login again with your user.
You can update your user and organization information by clicking on My Profile. #end
#if(!($request.getAttribute("notNew") && $request.getAttribute("notNew") == true)) #end #if ($!{dotRegistrationForm.from} == "webEventRegistration") #else #end
           
#if ($!{dotRegistrationForm.from} == "webEventRegistration")

Institute/Webinar Registration Information

 How did you hear about this seminar? $categories.getSimpleComboByEntityName("howDidYouHear","How Did You Hear",${dotRegistrationForm.howDidYouHear})
 What is your CEO´s name?
#end

User Information

#if ($dotRegistrationForm.prefix != "") #set ($prefix = "") #if ($!{dotRegistrationForm.prefix} == "mr") #set ($prefix = "Mr.") #elseif ($!{dotRegistrationForm.prefix} == "mrs") #set ($prefix = "Mrs.") #elseif ($!{dotRegistrationForm.prefix} == "miss") #set ($prefix = "Ms.") #elseif ($!{dotRegistrationForm.prefix} == "dr") #set ($prefix = "Dr.") #end #end #if ($dotRegistrationForm.suffix != "") #end #if ($dotRegistrationForm.title != "") #end
Email: $!{dotRegistrationForm.emailAddress}
Password: ********
Prefix:$!{prefix}
First Name: $!{dotRegistrationForm.firstName}
Last Name: $!{dotRegistrationForm.lastName}
Suffix: $!{dotRegistrationForm.suffix}
Title: $!{dotRegistrationForm.title}
#if(!($request.getAttribute("notNew") && $request.getAttribute("notNew") == true))

My $!{dotRegistrationForm.description} Address

Street1: $!{dotRegistrationForm.street1}
Street 2: $!{dotRegistrationForm.street2}
City: $!{dotRegistrationForm.city}
State: $!{dotRegistrationForm.state}
Country: $!{dotRegistrationForm.country}
Zip: $!{dotRegistrationForm.zip}
Phone: $!{dotRegistrationForm.phone}
Fax: $!{dotRegistrationForm.fax}
#if($categories.hasCategoriesByEntityNameTextMode($!{dotRegistrationForm.userProxyInode}))

My Profile and Preferences

$categories.getCategoriesByEntityNameTextMode("category","Preferences","$!{dotRegistrationForm.userProxyInode}",true,true,-1,true)
#end #end