<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% MM_editQuery = "SELECT * FROM quote_incluse WHERE id_lingua=2" Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_sp_conn_STRING Recordset1.Source = MM_editQuery Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() %>

Please fill in this form following the indications of the Meeting you are registering to


Title of the Meeting *
Venue Date * dd/mm/yyyy
Personal data
   
Name * Surname *
Born on dd/mm/yyyy In
Street * Number *
Town * Zip Code *
Telephone * Fax
E-mail * Country *
 
 
Fee and Invoice:
If iscription is free, do not choose any method of payment.
Free**
Payment of registration fee €*
Select which item is included
By means of:
Check**
Bank transfer**
Credit Card**  

Heading of invoice
Street Town
VAT number Country
Notes


I authorize the treatment of my personal data to the sense of law 675 on the privacy. The data will not be shared to other subject different from those who cooperate in providing services                


 

The (*) fields are compulsory.
At least one of the (**) fields are compulsory.

<% Recordset1.Close() Set Recordset1 = Nothing %>