<%@ Language=VBScript %> <% '######EDIT EVENT DETAILS HERE###### 'the name of the event (appears on all pages and on e-mails) title_of_event="Top Talent networking - 21 February 2007" 'the venue (appears on the booking form page) venue_of_event="The Atrium, 23rd Floor, Barclays Bank PLC, 1 Churchill Place, Canary Wharf" 'discount code on? (1=yes) discount_on=1 'discount code discount_code="Barclays" 'discount amount discount_amount=-35 'fixed price of 1 ticket cost_one_ticket=35.00 'fixed price of >1 ticket cost_discounted_ticket=30.00 'number of tickets which consitutes a table (set to 999 for no tables) no_places_for_table=999 'fixed price of table tickets cost_table_ticket=20.00 'VAT rate tax_rate=1.175 'URL for click here to continue link once form has been sent url="http://www.gwenrhys.com" '============================== 'Optional fields for payment form '(just make each option="" to hide) '============================== ' option question 1 label option_label1="" 'option question 2 label option_label2="" 'option question 3 label option_label3="" 'option question 4 label option_label4="" '######END OF EDIT SECTION###### %> <%=title_of_event%> Booking Form

<% if request("noplaces")="" then noPlaces=1 else noPlaces=CInt(request("noplaces")) end if if noPlaces=1 then subTotal=FormatCurrency((cost_one_ticket*noPlaces),2) displaycost=cost_one_ticket end if if noPlaces>1 and noPlaces=no_places_for_table then subTotal=FormatCurrency((cost_table_ticket*noPlaces),2) displaycost=cost_table_ticket end if 'do check for discount code etc if discount_on=1 then if request("discount_code")=discount_code then subTotal=subTotal-discount_amount end if end if realTotal1=FormatCurrency((subTotal*tax_rate),2) 'realTotal2=FormatCurrency((realTotal1*100),2) 'realTotal2=Left((realTotal2/100), 5) realTotal2=realTotal1 'Response.write noPlaces 'Response.write realTotal2 'realTotal2=realTotal2/100 '// round to 2 decimals ' //alert (realTotal2) %>

<%=title_of_event%> - Booking Form

VENUE:  
<%=venue_of_event%>

COST:  
First ticket: £<%=cost_one_ticket%> (+VAT) per Person
Subsequent tickets: £<%=cost_discounted_ticket%> (+VAT) per Person

 

To reserve your place(s),  please complete the following.

" name="regisForm"> <% if request("reset")="" then%> <%else%> <%end if%>

First, please let us know how you heard about this event 

If Other or through the Press please give details: ">

<%if discount_on=1 then%>

Ifyou have been given a discount code please enter it here to benefit from any special offers or prices: "> <%end if%>

Select Number of Tickets Required:
Number: £<%=displaycost%> +VAT per ticket.

Click here to the payment which will show in the box below

  (inc. VAT) will be debited from your credit/debit card


<% if request("calc")="yes" then%>

Click "Submit" to enter your payment details form on our SECURE SERVER:

<% if option_label1<>"" then%> <% end if %> <% if option_label2<>"" then%> <% end if %> <% if option_label2<>"" then%> <% end if %> <% if option_label2<>"" then%> <% end if %> " name="Referrals">

">Click here to reset the form

<%end if%>

 

Copyright © 2006 Networking Culture Limited. All rights reserved.

<% function dolistitem(value) Response.write("") end function%>