%@ 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 |
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. |
Click "Submit" to enter your payment details form on our SECURE SERVER: |
Copyright © 2006 Networking Culture Limited. All rights reserved.
<% function dolistitem(value) Response.write("") end function%>