Breast Enlargement is the most common procedure we carry out and due to the volume of cases that we perform, we are able to offer significant savings in costs.
<!-- Note :
- You can modify the font style and form style to suit your website.
- Code lines with comments ���Do not remove this code��� are required for the form to work properly, make sure that you do not remove these lines of code.
- The Mandatory check script can modified as to suit your business needs.
- It is important that you test the modified form before going live.-->
<div id='crmWebToEntityForm' style='width:600px;margin:auto;'>
<META HTTP-EQUIV ='content-type' CONTENT='text/html;charset=UTF-8'>
<form action='https://crm.zoho.com/crm/WebToLeadForm' name=WebToLeads3989124000000605014 method='POST' onSubmit='javascript:document.charset="UTF-8"; return checkMandatory3989124000000605014()' accept-charset='UTF-8'>
<input type='text' style='display:none;' name='xnQsjsdp' value='31591b1bada96efd1794fbbae48cf3c1158e6f2cb5f563af0bb98dcf5811e7b6'></input>
<input type='hidden' name='zc_gad' id='zc_gad' value=''></input>
<input type='text' style='display:none;' name='xmIwtLD' value='0757100a0896ebce35b4262faa6cc8b18fa445f648b5254989b1366be2f792fe'></input>
<input type='text' style='display:none;' name='actionType' value='TGVhZHM='></input>
<input type='text' style='display:none;' name='returnURL' value='https://vipcosmeticsurgery.co.uk/contact-us-sp-400474516/request-a-consultation.html' > </input><br></br>
<!-- Do not remove this code. -->
<style>
tr , td {
padding:6px;
border-spacing:0px;
border-width:0px;
}
</style>
<table style='width:600px;background-color:#ffffff;background-color:white;color:black'><tr><td colspan='2' align='left' style='color:black;font-family:Arial;font-size:14px;'><strong>Book an Appointment</strong></td></tr> <br></br><tr><td style='nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;width:200px;'>First Name</td><td style='width:250px;' ><input type='text' style='width:250px;' maxlength='40' name='First Name' /></td></tr><tr><td style='nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;width:200px;'>Last Name<span style='color:red;'>*</span></td><td style='width:250px;' ><input type='text' style='width:250px;' maxlength='80' name='Last Name' /></td></tr><tr><td style='nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;width:200px;'>Email</td><td style='width:250px;' ><input type='text' style='width:250px;' maxlength='100' name='Email' /></td></tr><tr><td style='nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;width:200px;'>Mobile</td><td style='width:250px;' ><input type='text' style='width:250px;' maxlength='30' name='Mobile' /></td></tr><tr><td style='nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;width:200px;'>Procedure interested </td><td> <textarea name='Description' maxlength='32000' style='width:250px;'> </textarea></td></tr><tr><td colspan='2'><div class='dIB vat mT2' align='left' style='color: rgb(0, 0, 0); font-size: 12px; font-family: sans-serif;display: inline-block;vertical-align: top;'><div class='displayPurpose f13'><label class='newCustomchkbox-md dIB w100per'><input autocomplete='off' onclick='disableSubmit()' id='privacyTool' type='checkbox' name='privacyTool'><span class='chkbxIcon'></span></label></div></div><div class='fw200 dIB vat mL5' style='nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;vertical-align: top;margin-top: 3px;line-height: 14px;width:90%;display: inline-block;color:black'>I agree for the data stored in compliance with GDPR and educational information sent by email.</div>
<tr><td colspan='2' style='text-align:center; padding-top:15px;font-size:12px;'>
<input style='opacity:0.5;font-size:12px;color:black' id='formsubmit'disabled type='submit' value='Submit' ></input> <input onclick='disableSubmitwhileReset()'type='reset' name='reset' style='font-size:12px;color:black' value='Reset' ></input> </td></tr></table>
<script>
var mndFileds=new Array('Last Name');
var fldLangVal=new Array('Last Name');
var name='';
var email='';
function disableSubmitwhileReset()
{
var submitbutton = document.getElementById('formsubmit');
var style = submitbutton.getAttribute('style');
if (style.indexOf('opacity:0.5')<0) {
style='opacity:0.5;'+style;
}
if(document.getElementById('privacyTool')!=undefined || document.getElementById('consentTool')!=undefined)
{
submitbutton.setAttribute('disabled', true);
submitbutton.setAttribute('style',style);
}
else
{
submitbutton.removeAttribute('disabled');
}
}
function disableSubmit()
{
var isprivacyToolAvail = false;
var isconsentToolAvail = false;
var bothtoolAvail = false;
var privacytool='';
var consenttool='';
var submitbutton = document.getElementById('formsubmit');
var style=style1 = submitbutton.getAttribute('style');
style=style.replace('opacity:0.5;','');
if (style1.indexOf('opacity:0.5')<0) {
style1=style1.concat(';opacity:0.5;');
}
if(document.getElementById('privacyTool')!=undefined && document.getElementById('consentTool')!=undefined)
{
isprivacyToolAvail=true;
privacytool = document.getElementById('privacyTool');
isconsentToolAvail=true;
consenttool=document.getElementById('consentTool');
bothtoolAvail=true;
}
if(document.getElementById('privacyTool')!=undefined)
{
isprivacyToolAvail=true;
privacytool = document.getElementById('privacyTool');
}
if(document.getElementById('consentTool')!=undefined)
{
isconsentToolAvail=true;
consenttool=document.getElementById('consentTool');
}
if(submitbutton.hasAttribute('disabled') && bothtoolAvail && consenttool.checked && privacytool.checked)
{
submitbutton.removeAttribute('disabled');
submitbutton.setAttribute('style',style);}
else if(submitbutton.hasAttribute('disabled') && isprivacyToolAvail && privacytool.checked && consenttool=='')
{
submitbutton.removeAttribute('disabled');
submitbutton.setAttribute('style',style);}
else if(submitbutton.hasAttribute('disabled') && isconsentToolAvail && consenttool.checked && privacytool=='')
{
submitbutton.removeAttribute('disabled');
submitbutton.setAttribute('style',style);
}
else
{
submitbutton.setAttribute('disabled', true);
submitbutton.setAttribute('style',style1);}
}
function checkMandatory3989124000000605014() {
for(i=0;i<mndFileds.length;i++) {
var fieldObj=document.forms['WebToLeads3989124000000605014'][mndFileds[i]];
if(fieldObj) {
if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length==0) {
if(fieldObj.type =='file')
{
alert('Please select a file to upload.');
fieldObj.focus();
return false;
}
alert(fldLangVal[i] +' cannot be empty');
fieldObj.focus();
return false;
} else if(fieldObj.nodeName=='SELECT') {
if(fieldObj.options[fieldObj.selectedIndex].value=='-None-') {
alert(fldLangVal[i] +' cannot be none');
fieldObj.focus();
return false;
}
} else if(fieldObj.type =='checkbox'){
if(fieldObj.checked == false){
alert('Please accept '+fldLangVal[i]);
fieldObj.focus();
return false;
}
}
try {
if(fieldObj.name == 'Last Name') {
name = fieldObj.value;
}
} catch (e) {}
}
}
document.getElementById('formsubmit').disabled=true;
}
</script>
</form>
</div>