document.forms[0].Full_Name.mandatory = true
document.forms[0].Email_address.mandatory = true
document.forms[0].House_No.mandatory = true
document.forms[0].Street.mandatory = true
document.forms[0].Town_City.mandatory = true
document.forms[0].County_State.mandatory = true
document.forms[0].Country.mandatory = true
document.forms[0].Post_Code.mandatory = true

