<%@ page language="java" import="java.util.*, org.dmi.*" %> <%@ include file="/html/incl/header.jsp" %> <% String confId = request.getParameter("confId"); Vector countryKeyValuePairs = MemoryData.getCountries(); Vector stateKeyValuePairs = MemoryData.getStates(); Vector organizationKeyValuePairs = MemoryData.getOrganizations(); String key = null; String value = null; KeyValuePair pair = null; PaymentProcessor pp = (PaymentProcessor)session.getAttribute(PaymentAttributes.PAYMENT_PROC_ATTRIB); Client client = (Client)session.getAttribute("client"); String fname = ""; String lname = ""; String title = ""; String dept = ""; String orgName = ""; String orgTypeCd = ""; String addr1 = ""; String addr2 = ""; String city = ""; String state = ""; String zip = ""; String country = ""; String email = ""; String phone = ""; String phoneType = ""; String fax = ""; Addr addr = new Addr("","","","","",""); if (client != null) { DMIGlobal.getInstance().getLogWrtier().log("conf_reg:"+client, LogWriter.DEBUG); pp.setClient(client); addr = pp.getShipAddress(); fname = client.getFirstName(); lname = client.getLastName(); title = client.getTitle(); dept = client.getDept(); orgName = client.getOrgName(); orgTypeCd = client.getOrgTypeCd(); email = client.getEmailAddr(); phone = client.getPhoneNo(); phoneType = client.getPhoneType(); fax = client.getFaxNo(); // get the address details DMIGlobal.getInstance().getLogWrtier().log("conf_reg:"+addr, LogWriter.DEBUG); addr = pp.getListAddress(); addr1 = addr.getAddressLine1(); addr2 = addr.getAddressLine2(); city = addr.getCity(); state = addr.getState(); zip = addr.getPostalCode(); country = addr.getCountry(); } Conf conf = Conf.findByConfId(confId); ConferenceWorkshop aShop = new ConferenceWorkshop(confId); Vector shops = aShop.find(); %> DMI Conference Registration Form
   

<%= conf.getConfTitle() %>
<%= "Dates: "+ conf.getStartDate()+" - "+conf.getEndDate()%>
<%= conf.getLocation() %>

<% if (shops != null && shops.size()>0){ for (int i=0; i shop <%= aShop.getTitle() %>
<% }//for }//if %>

If you are registering for another person who is a DMI member, you will need their log-in information (e-mail address and password) to receive the member discount. Otherwise, you will be charged the non-member price.

value="/dmi/html/utilities/payment_f.jsp"> value="<%=PaymentProcessor.CONFIRMED%>"> value="<%=PaymentProcessor.CONFERENCE%>">
 
 

<% if (shops != null && shops.size()>0){%> I am registering for the conference only.
I am registering for the conference and workshop. <% }else{ %> I am registering for the conference only.
<%}%>

 
 

To make changes to this information, highlight the information and type over it. Changes you make here will update your permanent record. value="Y">

 

First Name*

">
 

Last Name*

">
 

Title

">
 

Department

">
 

Organization

">
 

Address (Line 1)*

 

Address (Line 2)

 

City*

 
 
>

In United States:

 
 

     State*

 

     Zip*

">
 
 
checked<%}%>>

In other country:

 
 

     State, Province or County

">
 

     Postal Code

">
 

     Country Name

 
 

E-Mail Address*

 

Phone*

 

Fax*

 
 

How would you classify your organization?*

 
 

Please indicate your primary area(s) of focus:*

Academic

Interaction Design

Architecture

Interior Design

Brand Identity

Marketing

Communications

Other

Corporate Identity

Package Design

DM Consultant

Public Relations

Environmental Design

Recruitment

Graphic Design

Research

Industrial Design

Web Site Design

Information Design

 

 

     
 

How did you hear about this conference?

 

 

 
Comments:
 

Privacy Statement

Continue     Clear     Cancel