orders:_template

Image Unavailable
Name: %%form_data{coachname}%%
Position: %%form_data{position}%%
School: %%form_data{schoolname}%%
(Address, Phone Numbers and Email hidden for privacy)

Address 1: %%form_data{address1}%%
Address 2: %%form_data{address2}%%
Address 3: %%form_data{address3}%%
Address 4: %%form_data{address4}%%
Work phone: %%form_data{workphone}%%
Cell phone: %%form_data{cellphone}%%
Email: %%form_data{email}%%


Team website: *%%form_data{website}%%
Head covers ordered: %%form_data{headcovers}%%
Golf towels ordered: %%form_data{towels}%%
Comment: %%form_data{comment}%%

Order Status Notes:
%%form_data{adminnotes}%%


====

[[form]]
fields:
  introheader:
    type: static
    value: Thanks for your interest in our products!
  introduction:
    type: static
    value: Please fill out this form as completely as possible.
  coachname:
    label: Your name
    type: text
    match: /^[' '\S]{2,}$/
    hint: required
    width: 30
  position:
    label: Your Position/Title
    type: text
    width: 30
  schoolname:
    label: School name
    type: text
    width: 30
  address1:
    label: Address line 1
    type: text
    width: 30
  address2:
    label: Address line 2
    type: text
    width: 30
  address3:
    label: Address line 3
    type: text
    width: 30
  address4:
    label: Address line 4
    type: text
    width: 30
    hint: City, State Zip
  workphone:
    label: Work phone
    type: text
    match: /^[' '\S]{10,}$/
    hint: required
    width: 30
  cellphone:
    label: Cell phone
    type: text
    width: 30
  email:
    label: Email address
    match: /^[_a-zA-Z0-9\-\+]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+$/
    width: 30
    hint: required
  website:
    label: Team website
    type: url
    width: 30
  logoinst:
    label: Image file
    type: static
    value:  If you have an image file please upload it now. If not, we will contact you to insure that we are using the proper logo.
  teamlogo:
    label: Logo Image file (upload from your computer)
    type: file
  headcovers:
    label: How many head covers would you like?
    type: text
    width: 5
  towels:
    label: How many golf towels would you like?
    type: text
    width: 5
  comment:
    label: Any questions at this time?
    type: text
    width: 50
    height: 3
  terms:
    label:
    type: static
    value:  We will digitize and provide you with a color proof for your approval. Once we receive your approval, your order will be shipped within twelve days. THERE ARE NO START UP OR DIGITIZATION CHARGES.
  acceptterms:
    label: Type CONFIRM and then click "Save" to place your order
    type: text
    width: 20
    match: /^CONFIRM/
    hint: type CONFIRM here
  adminnotes:
    label: Order Status Notes
    type: text
    width: 50
    height: 10
[[/form]]