January 7, 201115 yr Hi I was just wondering if someone could help with a html problem. I have a website with a form, when someone fills the form it calculates a percentege automatically after pressing next, on the next page the calculation will appear on page. For exemple someone will put £100 in the form and next page will appear £75. It`s a 25% off the value. This information is then sent to my email. However, when I recieve the completed form now, I am getting all of the answers but not all of the questions that go with them. This is a problem because I send the completed form information to investors who need to know what the answers are about, so it's important that the completed form is sent with both questions and answers. So, yesterday I opened my html form file and started putting the question in a way that could go to my email as well. One of the questions not being recieved was: "is there a garden?" (I was only recieving "Garden" but not the whole question) I did something like this. <select id="combo_93" name="Is there a garden?" size="1"> Note: I was already receiving in my emails(garden)from the question. I only added (Is there a) and added the   as space. Result: After that my calculation is not working anymore. I don't know what to do. Can someone help me please? Thanks Lui
January 7, 201115 yr It seems that name="..." in a form does have limits on characters as well as numbers of words (only one allowed). It's usual to link the words with an underscore or hyphen is_there_a_garden? is-there-a-garden? There might be a problem with the ? too. Look at http://www.w3.org/TR/html401/types.html#type-cdata "ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".")." so the & in was probably causing an error. Edited January 7, 201115 yr by Wickham
January 7, 201115 yr Author show us your form html Hi Kingy here is the form <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="Generator" content="Serif WebPlus X4"> <title>Form - Step 2</title> <script type="text/javascript"> <!-- function validate_form_4( form ) { if( ltrim(rtrim(form.elements['Mobile'].value,' '),' ')=="" ) { alert("Please provide your mobile number"); form.elements['Mobile'].focus(); return false; } if( isNaN( parseInt( form.elements['Mobile'].value ) ) ) { alert("Please enter a number"); form.elements['Mobile'].focus(); return false; } if( ltrim(rtrim(form.elements['number'].value,' '),' ')=="" ) { alert("Please provide your house number"); form.elements['number'].focus(); return false; } if( ltrim(rtrim(form.elements['Street'].value,' '),' ')=="" ) { alert("Please provide the name of the street"); form.elements['Street'].focus(); return false; } if( ltrim(rtrim(form.elements['Town'].value,' '),' ')=="" ) { alert("Please provide the name of your town"); form.elements['Town'].focus(); return false; } if( ltrim(rtrim(form.elements['County'].value,' '),' ')=="" ) { alert("Please provide the name of your county"); form.elements['County'].focus(); return false; } if( ltrim(rtrim(form.elements['Code'].value,' '),' ')=="" ) { alert("Please provide your post code"); form.elements['Code'].focus(); return false; } if( ltrim(rtrim(form.elements['Estimated'].value,' '),' ')=="" ) { alert("Please provide the value of the house"); form.elements['Estimated'].focus(); return false; } if( ltrim(rtrim(form.elements['balance'].value,' '),' ')=="" ) { alert("Please provide information"); form.elements['balance'].focus(); return false; } return true; } --> </script> <script type="text/javascript" src="wpscripts/jsNavBarFuncs.js"></script> <script type="text/javascript" src="wpscripts/wp_navbar_flash.js"></script> <script type="text/javascript" src="customnavtree6.js"></script> <script type="text/javascript" src="wpscripts/wp_navbar_menub.js"></script> <script> <!-- function isNumberKey(evt) { var charCode = (evt.which) ? evt.which : event.keyCode if (charCode > 31 && (charCode < 48 || charCode > 57)) return false; return true; } //--> </script> <link rel="stylesheet" href="wpscripts/wp_navbar_menub_V3.css" type="text/css"> <script type="text/javascript" src="customnavtree5.js"></script> <script type="text/javascript" src="customnavtree10.js"></script> <style type="text/css"> <!-- body {margin: 0px; padding: 0px;} a:link {color: #2c3651;} a:visited {color: #1f5b8b;} a:hover {color: #2c3651;} a:active {color: #2c3651;} .Normal-P { margin:0.0px 0.0px 0.0px 0.0px; text-align:left; font-weight:400; } .Normal-C { font-family:"Arial", sans-serif; font-size:13.0px; line-height:1.23em; } .Normal-C0 { font-family:"Arial", sans-serif; font-weight:700; font-size:13.0px; line-height:1.23em; } .Normal-C1 { font-family:"Arial", sans-serif; font-size:13.0px; line-height:1.23em; color:#ef0000; } .Normal-C2 { font-family:"Arial", sans-serif; font-weight:700; font-size:13.0px; line-height:1.23em; color:#ffffff; } .Normal-C3 { font-family:"Verdana", sans-serif; font-weight:700; font-size:13.0px; line-height:1.23em; color:#ffffff; } .Hyperlink-C { font-family:"Arial", sans-serif; font-size:13.0px; line-height:1.23em; color:#000080; } .Normal-C4 { font-family:"Verdana", sans-serif; font-size:16.0px; line-height:1.13em; color:#000080; } .Normal-C5 { font-family:"Verdana", sans-serif; font-size:16.0px; line-height:1.13em; } .Normal-C6 { font-family:"Arial", sans-serif; font-size:16.0px; line-height:1.19em; } .Normal-C7 { font-family:"Arial", sans-serif; font-weight:700; font-size:16.0px; line-height:1.25em; color:#e30000; } --> </style> <script type="text/javascript" src="wpscripts/jsFlashVer.js"></script> <script type="text/javascript" src="wpscripts/jspngfix.js"></script> <script type="text/javascript"><!-- var blankSrc = "wpscripts/blank.gif"; --></script> <script type="text/javascript" src="wpscripts/jsValidation.js"></script> </head> <body text="#000000" style="background-color:#a19ea3; text-align:center; height:2420px;"> <div style="background-color:#ffffff;text-align:left;margin-left:auto;margin-right:auto;position:relative;width:900px;height:2420px;"> <div style="position:absolute; left:0px; top:2403px; width:900px; height:17px;"> <img src="wpimages/wpa2599cb7.png" width="900" height="17" border="0" id="qs_36" name="qs_36" title="" alt="" onload="OnLoadPngFix()"></div> <div style="position:absolute; left:0px; top:0px; width:900px; height:74px;"> <img src="wpimages/wpa6fb3b23.png" width="900" height="74" border="0" id="pcrv_51" name="pcrv_51" title="" alt="" onload="OnLoadPngFix()"></div> <div style="position:absolute; left:152px; top:220px; width:742px; height:2104px;"> <img src="wpimages/wpbdc0980b.png" width="742" height="2104" border="0" id="qs_25" name="qs_25" title="" alt="" onload="OnLoadPngFix()"></div> <form id="form_4" name="propertyinformation" onsubmit="return validate_form_4(this)" action="http://www.serifwebresources.com/form.php?uid=36dac0de48ed454d7e2e89b46daeed1d4c3c6e7d" method="post" target="_self" enctype="multipart/form-data" accept-charset="UTF-8" style="margin:0px;"> <input type="hidden" name="redirect" value="http://lenpropertybuyer.com/onlineoffer.php"> <div style="position:absolute; left:326px; top:321px; width:192px; height:22px; text-align:left;"> <input type="text" id="edit_28" name="Home" size="27" style="width:192px;" maxlength="100" value=""> </div> <div style="position:absolute; left:326px; top:351px; width:192px; height:22px; text-align:left;"> <input type="text" id="edit_30" name="Work" size="27" style="width:192px;" maxlength="100" value=""> </div> <div style="position:absolute; left:326px; top:379px; width:192px; height:22px; text-align:left;"> <input type="text" id="edit_77" name="Mobile" size="27" style="width:192px;" maxlength="100" value=""> </div> <div style="position:absolute; left:326px; top:439px; width:192px; height:22px; text-align:left;"> <input type="text" id="edit_78" name="number" size="27" style="width:192px;" maxlength="20" value=""> </div> <div style="position:absolute; left:326px; top:470px; width:192px; height:22px; text-align:left;"> <input type="text" id="edit_79" name="Street" size="27" style="width:192px;" maxlength="100" value=""> </div> <div style="position:absolute; left:326px; top:499px; width:192px; height:22px; text-align:left;"> <input type="text" id="edit_80" name="District" size="27" style="width:192px;" value=""> </div> <div style="position:absolute; left:326px; top:530px; width:192px; height:22px; text-align:left;"> <input type="text" id="edit_81" name="Town" size="27" style="width:192px;" value=""> </div> <div style="position:absolute; left:326px; top:560px; width:170px; height:22px; text-align:left;"> <select id="combo_86" name="County" size="1"> <option value="Select County">Select County </option> <option value="Bedfordshire">Bedfordshire</option> <option value="Berkshire">Berkshire</option> <option value="Buckinghamshire">Buckinghamshire</option> <option value="Cambridgeshire">Cambridgeshire</option> <option value="Cheshire">Cheshire</option> <option value="Cornwall">Cornwall</option> <option value="Cumbria">Cumbria</option> <option value="Derbyshire">Derbyshire</option> <option value="Devon">Devon</option> <option value="Dorset">Dorset</option> <option value="Durham">Durham</option> <option value="East Riding">East Riding</option> <option value="East Sussex">East Sussex</option> <option value="East Yorkshire ">East Yorkshire </option> <option value="Essex">Essex</option> <option value="Gloucestershire">Gloucestershire</option> <option value="Greater London">Greater London</option> <option value="Hampshire">Hampshire</option> <option value="Hertfordshire">Hertfordshire</option> <option value="Huntingdonshire">Huntingdonshire</option> <option value="Kent">Kent</option> <option value="Lancashire">Lancashire</option> <option value="Leicestershire">Leicestershire</option> <option value="Lincolnshire">Lincolnshire</option> <option value="Merseyside">Merseyside</option> <option value="Middlesex">Middlesex</option> <option value="Norfolk">Norfolk</option> <option value="Northamptonshire">Northamptonshire</option> <option value="Northumberland">Northumberland</option> <option value="Nottinghamshire">Nottinghamshire</option> <option value="Oxfordshire">Oxfordshire</option> <option value="Rutland">Rutland</option> <option value="Shropshire">Shropshire</option> <option value="Somerset">Somerset</option> <option value="South Yorkshire">South Yorkshire</option> <option value="Staffordshire">Staffordshire</option> <option value="Suffolk">Suffolk</option> <option value="Surrey">Surrey</option> <option value="Tyne and Wear">Tyne and Wear</option> <option value="Warwickshire">Warwickshire</option> <option value="Westmorland">Westmorland</option> <option value="Wiltshire">Wiltshire</option> <option value="Worcestershire">Worcestershire</option> <option value="West Sussex">West Sussex</option> <option value="West Yorkshire ">West Yorkshire </option> </select> </div> <div style="position:absolute; left:328px; top:590px; width:192px; height:22px; text-align:left;"> <input type="text" id="edit_82" name="Code" size="27" style="width:192px;" maxlength="100" value=""> </div> <div style="position:absolute; left:326px; top:628px; width:166px; height:22px; text-align:left;"> <select id="combo_87" name="Property" size="1"> <option value="Select type">Select type</option> <option value="Studio Flat ">Studio Flat </option> <option value="Apartment">Apartment</option> <option value="Terraced">Terraced</option> <option value="End of terrace">End of terrace</option> <option value="Semi-detached">Semi-detached</option> <option value="Detached">Detached</option> <option value="Flat">Flat</option> </select> </div> <div style="position:absolute; left:326px; top:658px; width:152px; height:22px; text-align:left;"> <select id="combo_88" name="Bedrooms" size="1"> <option value="1">1 </option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> </select> </div> <div style="position:absolute; left:326px; top:690px; width:152px; height:22px; text-align:left;"> <select id="combo_89" name="Bathrooms" size="1"> <option value="1">1 </option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> </select> </div> <div style="position:absolute; left:326px; top:719px; width:152px; height:22px; text-align:left;"> <select id="combo_90" name="toilets" size="1"> <option value="0">0 </option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> </select> </div> <div style="position:absolute; left:326px; top:748px; width:152px; height:22px; text-align:left;"> <select id="combo_91" name="rooms" size="1"> <option value="0">0</option> <option value="1">1 </option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> </select> </div> <div style="position:absolute; left:326px; top:779px; width:160px; height:22px; text-align:left;"> <select id="combo_92" name="Garage" size="1"> <option value="none ">none </option> <option value="single">single</option> <option value="double">double</option> <option value="carport">carport</option> <option value="front-drive">front-drive</option> <option value="off street parking">off street parking</option> </select> </div> <div style="position:absolute; left:326px; top:810px; width:160px; height:22px; text-align:left;"> <select id="combo_93" name="garden" size="1"> <option value="none ">none </option> <option value="front only">front only</option> <option value="back only">back only</option> <option value="front and back">front and back</option> </select> </div> <div style="position:absolute; left:160px; top:892px; width:620px; height:54px; text-align:left;"> <textarea id="text_16" rows="3" cols="75" name="etc" style="height:100%; width:620px;"></textarea> </div> <div style="position:absolute; left:440px; top:961px; width:149px; height:22px; text-align:left;"> <select id="combo_94" name="property." size="1"> <option value="Select">Select</option> <option value="Excellent">Excellent</option> <option value="Good">Good</option> <option value="Needs updating">Needs updating</option> <option value="Needs refurbishment">Needs refurbishment</option> </select> </div> <div style="position:absolute; left:160px; top:1025px; width:620px; height:54px; text-align:left;"> <textarea id="text_17" rows="3" cols="75" name="your" style="height:100%; width:620px;"></textarea> </div> <div style="position:absolute; left:440px; top:1092px; width:122px; height:22px; text-align:left;"> <select id="combo_95" name="glazing" size="1"> <option value="yes ">yes </option> <option value="no">no</option> </select> </div> <div style="position:absolute; left:440px; top:1125px; width:130px; height:22px; text-align:left;"> <select id="combo_96" name="structure" size="1"> <option value="Select">Select</option> <option value="brick-built ">brick-built </option> <option value="stone-built">stone-built</option> <option value="pre-fab-concret">pre-fab-concret</option> <option value="others">others</option> </select> </div> <div style="position:absolute; left:440px; top:1156px; width:122px; height:22px; text-align:left;"> <select id="combo_97" name="heating" size="1"> <option value="yes ">yes </option> <option value="no">no</option> </select> </div> <div style="position:absolute; left:440px; top:1187px; width:121px; height:22px; text-align:left;"> <select id="combo_98" name="ex-consul" size="1"> <option value="no ">no </option> <option value="yes">yes</option> </select> </div> <div style="position:absolute; left:440px; top:1220px; width:121px; height:22px; text-align:left;"> <select id="combo_99" name="block" size="1"> <option value="no">no </option> <option value="yes">yes</option> </select> </div> <div style="position:absolute; left:440px; top:1253px; width:129px; height:22px; text-align:left;"> <select id="combo_100" name="approximately" size="1"> <option value="not sure">not sure </option> <option value="2010">2010</option> <option value="2005">2005</option> <option value="2000">2000</option> <option value="1995">1995</option> <option value="1990">1990</option> <option value="1985">1985</option> <option value="1980">1980</option> <option value="1975">1975</option> <option value="1970">1970</option> <option value="1965">1965</option> <option value="1960">1960</option> <option value="1955">1955</option> <option value="1950">1950</option> <option value="1945">1945</option> <option value="1940">1940</option> <option value="1935">1935</option> <option value="1930">1930</option> <option value="1925">1925</option> <option value="1920">1920</option> <option value="1915">1915</option> <option value="1910">1910</option> <option value="1905">1905</option> <option value="1900">1900</option> <option value="1850">1850</option> <option value="1800">1800</option> <option value="1750">1750</option> <option value="1700">1700</option> <option value="1650">1650</option> <option value="1600">1600</option> <option value="1550">1550</option> <option value="1500">1500</option> </select> </div> <div style="position:absolute; left:440px; top:1283px; width:119px; height:22px; text-align:left;"> <select id="combo_101" name="there" size="1"> <option value="Select">Select</option> <option value="1">1 </option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> </select> </div> <div style="position:absolute; left:440px; top:1315px; width:119px; height:22px; text-align:left;"> <select id="combo_102" name="situated" size="1"> <option value="Select">Select</option> <option value="1">1 </option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> </select> </div> <div style="position:absolute; left:440px; top:1361px; width:121px; height:22px; text-align:left;"> <select id="combo_103" name="drinks" size="1"> <option value="no">no </option> <option value="yes">yes</option> </select> </div> <div style="position:absolute; left:440px; top:1397px; width:131px; height:22px; text-align:left;"> <select id="combo_104" name="leasehold" size="1"> <option value="Select">Select</option> <option value="freehold">freehold </option> <option value="leasehold">leasehold</option> </select> </div> <div style="position:absolute; left:440px; top:1432px; width:151px; height:22px; text-align:left;"> <input type="text" id="edit_83" name="left" size="21" style="width:151px;" value=""> </div> <div style="position:absolute; left:440px; top:1470px; width:150px; height:22px; text-align:left;"> <input type="text" id="edit_84" name="VALUE" size="20" style="width:150px;" onkeypress="return isNumberKey(event)"> <input type="hidden" name="_wp_ec_" value="VALUE"> </div> <div style="position:absolute; left:160px; top:1572px; width:620px; height:54px; text-align:left;"> <textarea id="text_18" rows="3" cols="75" name="Please" style="height:100%; width:620px;"></textarea> </div> <div style="position:absolute; left:440px; top:1641px; width:150px; height:22px; text-align:left;"> <input type="text" id="edit_85" name="balance" size="20" style="width:150px;" value="£ "> </div> <div style="position:absolute; left:440px; top:1672px; width:150px; height:22px; text-align:left;"> <input type="text" id="edit_86" name="If" size="20" style="width:150px;" value="£ "> </div> <div style="position:absolute; left:439px; top:1722px; width:156px; height:22px; text-align:left;"> <select id="combo_105" name="selling" size="1"> <option value="Select">Select</option> <option value=" inherited property"> inherited property</option> <option value=" divorce or separation"> divorce or separation</option> <option value=" financial problems"> financial problems</option> <option value=" stop repossession"> stop repossession</option> <option value=" facing eviction"> facing eviction</option> <option value=" need a quick sale"> need a quick sale</option> <option value=" relocation/emigration"> relocation/emigration</option> <option value=" want another property"> want another property</option> <option value=" broken chain"> broken chain</option> <option value=" other"> other</option> </select> </div> <div style="position:absolute; left:438px; top:1755px; width:168px; height:22px; text-align:left;"> <select id="combo_106" name="by" size="1"> <option value=" In the next 2 weeks "> In the next 2 weeks </option> <option value=" Within the next month"> Within the next month</option> <option value=" Within the next 2 months"> Within the next 2 months</option> <option value=" Within the next 3 months"> Within the next 3 months</option> <option value=" Over 3 months"> Over 3 months</option> </select> </div> <div style="position:absolute; left:438px; top:1790px; width:130px; height:22px; text-align:left;"> <select id="combo_107" name="Would" size="1"> <option value=" Yes "> Yes </option> <option value="No"> No</option> <option value="Maybe"> Maybe</option> </select> </div> <div style="position:absolute; left:438px; top:1821px; width:149px; height:22px; text-align:left;"> <select id="combo_108" name="for" size="1"> <option value=" Not applicable "> Not applicable </option> <option value=" Less then 6 months"> Less then 6 months</option> <option value=" 6 to 12 months"> 6 to 12 months</option> <option value=" 12 months and over "> 12 months and over </option> </select> </div> <div style="position:absolute; left:438px; top:1868px; width:130px; height:22px; text-align:left;"> <select id="combo_109" name="balance" size="1"> <option value="Select">Select</option> <option value="Yes"> Yes </option> <option value="No">No</option> </select> </div> <div style="position:absolute; left:440px; top:1914px; width:160px; height:22px; text-align:left;"> <input type="text" id="edit_87" name="much" size="22" style="width:160px;" value="£"> </div> <div style="position:absolute; left:439px; top:1951px; width:130px; height:22px; text-align:left;"> <select id="combo_110" name="market" size="1"> <option value="Yes">Yes </option> <option value="No">No</option> </select> </div> <div style="position:absolute; left:440px; top:1987px; width:160px; height:22px; text-align:left;"> <input type="text" id="edit_88" name="much" size="22" style="width:160px;" value="£"> </div> <div style="position:absolute; left:440px; top:2020px; width:160px; height:22px; text-align:left;"> <input type="text" id="edit_90" name="long" size="22" style="width:160px;" value=""> </div> <div style="position:absolute; left:438px; top:2051px; width:130px; height:22px; text-align:left;"> <select id="combo_111" name="reduced" size="1"> <option value="Yes">Yes </option> <option value="No">No</option> </select> </div> <div style="position:absolute; left:440px; top:2081px; width:160px; height:22px; text-align:left;"> <input type="text" id="edit_91" name="price" size="22" style="width:160px;" value="£"> </div> <div style="position:absolute; left:440px; top:2112px; width:160px; height:22px; text-align:left;"> <input type="text" id="edit_92" name="when" size="22" style="width:160px;" value=""> </div> <div style="position:absolute; left:160px; top:2165px; width:620px; height:54px; text-align:left;"> <textarea id="text_19" rows="3" cols="75" name="buyer" style="height:100%; width:620px;"></textarea> </div> <div style="position:absolute; left:713px; top:2236px; width:67px; height:22px; text-align:left;"> <a name="bbbb"></a> <input type="submit" id="butn_4" name="next" value="Next"> </div> <div style="position:absolute; left:160px; top:2056px; width:217px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Has the price ever been reduced? </span></div> </div> </form> <div style="position:absolute; left:5px; top:219px; width:141px; height:2104px;"> <img src="wpimages/wpcfefbc5a.png" width="141" height="2104" border="0" id="pic_24" name="pic_24" title="" alt="" onload="OnLoadPngFix()"></div> <div style="position:absolute; left:160px; top:1360px; width:286px; height:32px;"> <div class="Normal-P"> <span class="Normal-C">Is your property above restaurants, takeaways<br></span> <span class="Normal-C">or shops that sell foods and drinks, etc ? </span></div> </div> <div style="position:absolute; left:160px; top:1404px; width:233px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Is the property freehold or leasehold?</span></div> </div> <div style="position:absolute; left:160px; top:1436px; width:271px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">If leasehold, how many years are there left?</span></div> </div> <div style="position:absolute; left:160px; top:1472px; width:222px; height:16px;" _ AddCode="here"> <div class="Normal-P"> <span class="Normal-C0">Estimated value of property: </span></div> </div> <div style="position:absolute; left:160px; top:1500px; width:702px; height:32px;"> <div class="Normal-P"> <span class="Normal-C">The best way to find market value for your property is comparing with those that have been sold in your area recently. <br></span> <span class="Normal-C">Find sold houses prices </span><span class="Normal-C1"> <a href="http://www.zoopla.co.uk/" target="_blank">here</a></span><span class="Normal-C"> </span></div> </div> <div style="position:absolute; left:160px; top:1546px; width:369px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Please explain how you arrived at this value of your property:</span></div> </div> <div style="position:absolute; left:160px; top:1646px; width:197px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Outstanding mortgage balance</span></div> </div> <div style="position:absolute; left:160px; top:1676px; width:297px; height:32px;"> <div class="Normal-P"> <span class="Normal-C">If known, how much would be the monthly rental<br></span> <span class="Normal-C">for your property? </span></div> </div> <div style="position:absolute; left:160px; top:1726px; width:207px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">What is your reason for selling? </span></div> </div> <div style="position:absolute; left:160px; top:1758px; width:193px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">When do you need to sell by?</span></div> </div> <div style="position:absolute; left:160px; top:1792px; width:259px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Would you like to rent back the property?</span></div> </div> <div style="position:absolute; left:160px; top:1858px; width:278px; height:48px;"> <div class="Normal-P"> <span class="Normal-C">Have you got any restriction or loan secured <br></span> <span class="Normal-C">on the property not already included in the <br></span> <span class="Normal-C">mortgage balance? </span></div> </div> <div style="position:absolute; left:161px; top:1956px; width:255px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Is your property currently on the market?</span></div> </div> <div style="position:absolute; left:160px; top:1992px; width:252px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">If yes, how much is it on the market for?</span></div> </div> <div style="position:absolute; left:160px; top:2024px; width:291px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">If yes, how long has it been on the market for?</span></div> </div> <div style="position:absolute; left:160px; top:2084px; width:212px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">If so, what was the original price?</span></div> </div> <div style="position:absolute; left:162px; top:2112px; width:177px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">If so, when was it reduced?</span></div> </div> <div style="position:absolute; left:160px; top:2144px; width:474px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Please provide any information that you feel can be relevant for the cash buyer:</span></div> </div> <div style="position:absolute; left:160px; top:964px; width:290px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">What is the general condition of your property?</span></div> </div> <div style="position:absolute; left:163px; top:996px; width:517px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Would you like to add anything else regarding the general condition of your property?</span></div> </div> <div style="position:absolute; left:160px; top:1256px; width:281px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">When was your property built approximately?</span></div> </div> <div style="position:absolute; left:160px; top:1160px; width:256px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Does your property have central heating?</span></div> </div> <div style="position:absolute; left:160px; top:1096px; width:254px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Does your property have double glazing?</span></div> </div> <div style="position:absolute; left:160px; top:1128px; width:243px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">What is the structure of your property?</span></div> </div> <div style="position:absolute; left:160px; top:1192px; width:180px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Is your property ex-council?</span></div> </div> <div style="position:absolute; left:160px; top:1224px; width:177px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Is your property in a block?</span></div> </div> <div style="position:absolute; left:160px; top:1286px; width:275px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">If it is in a block, how many floors are there?</span></div> </div> <div style="position:absolute; left:160px; top:1316px; width:296px; height:32px;"> <div class="Normal-P"> <span class="Normal-C">If it is in a block, on which floor is your property <br></span> <span class="Normal-C">situated?</span></div> </div> <div style="position:absolute; left:160px; top:1824px; width:260px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">If yes, how long do you wish to rent it for?</span></div> </div> <div style="position:absolute; left:160px; top:1919px; width:125px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">If yes, how much?</span></div> </div> <div style="position:absolute; left:11px; top:2379px; width:898px; height:16px;"> <div class="Normal-P"> <span class="Normal-C2">LEN PROPERTY BUYER I Tel: 0845 056 3803 I Copyright © 2009-2010 I Len Property Buyer Ltd I </span><span class="Normal-C3">Registered in the UK No. 7041168</span><span class="Normal-C2"></span></div> </div> <div style="position:absolute; left:0px; top:2328px; width:900px; height:81px;"> <img src="wpimages/wp8dfab40a.png" width="900" height="81" border="0" id="qs_32" name="qs_32" title="" alt="" onload="OnLoadPngFix()"></div> <div style="position:absolute; left:154px; top:2269px; width:594px; height:48px;"> <div class="Normal-P"> <span class="Hyperlink-C">Sell House for Cash I Sell House Fast I Sell Home Quick I House Repossession <br></span> <span class="Hyperlink-C">Sell Property Quick I Sell Home For Cash I Sell Property Fast I Sell House Quick <br></span> <span class="Hyperlink-C">Sell Home Fast I Sell House For Cash I Quick House Sale I Sell House for Cash</span><span class="Normal-C4"></span></div> </div> <div style="position:absolute; left:11px; top:2380px; width:898px; height:16px;"> <div class="Normal-P"> <span class="Normal-C2">LEN PROPERTY BUYER I Tel: 0845 056 3803 I Copyright © 2009-2010 I Len Property Buyer Ltd I </span><span class="Normal-C3">Registered in the UK No. 7041168</span><span class="Normal-C2"></span></div> </div> <div style="position:absolute; left:160px; top:752px; width:176px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Number of reception rooms</span></div> </div> <div style="position:absolute; left:160px; top:784px; width:66px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Garage:</span></div> </div> <div style="position:absolute; left:160px; top:816px; width:124px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Is there a garden?</span></div> </div> <div style="position:absolute; left:160px; top:852px; width:716px; height:32px;"> <div class="Normal-P"> <span class="Normal-C">Are there any features of the property that can be of interest to the Cash Buyer? For example, new boiler, new kitchen, <br></span> <span class="Normal-C">detached house, etc?</span></div> </div> <div style="position:absolute; left:160px; top:696px; width:146px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Number of Bathrooms</span></div> </div> <div style="position:absolute; left:160px; top:723px; width:178px; height:18px;"> <div class="Normal-P"> <span class="Normal-C">Number of separate toilets</span><span class="Normal-C5"> </span></div> </div> <div style="position:absolute; left:160px; top:664px; width:142px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Number of Bedrooms</span></div> </div> <div style="position:absolute; left:160px; top:596px; width:89px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Post Code -</span></div> </div> <div style="position:absolute; left:160px; top:636px; width:125px; height:16px;"> <div class="Normal-P"> <span class="Normal-C0">Type of Property</span></div> </div> <div style="position:absolute; left:160px; top:564px; width:61px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">County</span></div> </div> <div style="position:absolute; left:0px; top:187px; width:900px; height:28px;"> <img src="wpimages/wp21747691.png" width="900" height="28" border="0" id="qs_22" name="qs_22" title="" alt="" onload="OnLoadPngFix()"></div> <div style="position:absolute; left:160px; top:233px; width:110px; height:20px;"> <div class="Normal-P"> <span class="Normal-C6">Online Offer </span></div> </div> <div style="position:absolute; left:160px; top:444px; width:181px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">House number/ Flat number</span></div> </div> <div style="position:absolute; left:160px; top:472px; width:55px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Street</span></div> </div> <div style="position:absolute; left:160px; top:504px; width:61px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">District</span></div> </div> <div style="position:absolute; left:160px; top:536px; width:50px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Town</span></div> </div> <div style="position:absolute; left:162px; top:264px; width:617px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Please answer as many questions as possible to help us secure the </span><span class="Normal-C0">best cash offer</span><span class="Normal-C"> for your property.</span></div> </div> <div style="position:absolute; left:160px; top:412px; width:149px; height:18px;"> <div class="Normal-P"> <span class="Normal-C0">Address of property</span><span class="Normal-C5"> </span></div> </div> <div style="position:absolute; left:160px; top:296px; width:121px; height:16px;"> <div class="Normal-P"> <span class="Normal-C0">Contact number</span></div> </div> <div style="position:absolute; left:160px; top:326px; width:54px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Home</span></div> </div> <div style="position:absolute; left:160px; top:356px; width:51px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Work</span></div> </div> <div style="position:absolute; left:160px; top:386px; width:58px; height:16px;"> <div class="Normal-P"> <span class="Normal-C">Mobile</span></div> </div> <div style="position:absolute; left:6px; top:220px; width:139px; height:185px;"> <img src="wpimages/wpdcfea0da_05.jpg" width="139" height="185" border="0" id="pic_14" name="pic_14" title="" alt=""></div> <div style="position:absolute; left:41px; top:264px; width:62px; height:48px;"> <img src="wpimages/wp5cd3dc3d.png" width="62" height="48" border="0" id="pic_23" name="pic_23" title="" alt="" onload="OnLoadPngFix()"></div> <div id="nav_437" style="position:absolute; left:228px; top:192px; width:428px; height:25px; z-index:200;"> <script type="text/javascript" id="nav_437_script"><!-- try { var navtree_nav_437 = WpNavBar.getNavTreeCustom( customNavTree6, {m_sThisPageUrl:'form.html', m_sNavBarTarget:'_self', m_bFlash:true, m_bIncludeChildren:true, m_bIsCustom:true} ); if( !navtree_nav_437 ) throw WpNavBar.getErrorObj( 'Link tree could not be read' ); var nav_437 = new wp_navbar_flash("nav_437", navtree_nav_437, {'ExportNoScript':false,m_iWidth:428, m_iHeight:25,'pageCol':'#a19ea3'}, {'sFlashFile':'wpscripts/ArrowPointerStyle1.swf','NHz':1,'NDn':1,'NHzM':0,'NMOff':0,'NEqlSz':false,'NBSpc':6,'NDv':true,'NDvCl':'0xffffff','NDvSz':2,'NTm':500,'NFll':false,'NCl':'0x000080','NShp':1,'NGdt':1,'NShdw':0,'NHPd':10,'NVPd':0,'NBkCol':'transparent','MBShp':0,'MBGdt':0,'MBFll':false,'MBAnFll':true,'MBCl':'0xffffff','MBHvCl':'0xffffff','MBCrCl':'0xffffff','MBAp':100,'MBHvAp':100,'MBLn':false,'MBLnCl':'0x2c3651','MBTxCl':'0xffffff','MBTxHvCl':'0x000080','MBTxCrCl':'0x000080','MBTxFt':0,'MBTxSz':20,'MBTxAl':1,'MBTxBd':false,'MBHPd':20,'MBTPd':0,'MBBPd':0,'SMPd':3,'SMFll':false,'SMCl':'0x2c3651','SMGdt':4,'SMShp':0,'SMBShp':0,'SMBGdt':0,'SMBFll':false,'SMBAnFll':true,'SMBCl':'0xa19ea3','SMBHvCl':'0xa19ea3','SMBCrCl':'0xa19ea3','SMBAp':100,'SMBHvAp':100,'SMBLn':false,'SMBLnCl':'0x2c3651','SMBTxCl':'0x2c3651','SMBTxHvCl':'0x000080','SMBTxCrCl':'0x1f5b8b','SMBTxFt':3,'SMBTxSz':12,'SMBTxAl':1,'SMBTxBd':false,'SMBHPd':20,'SMBTPd':3,'SMBBPd':3,'AM':false,'AStTyp':5,'AStGlw':'0x000080'}); } catch(e){ document.write( 'There was an error generating the navbar:<br>' + e.message ); } --></script> </div> <div style="position:absolute; left:0px; top:53px; width:900px; height:135px;"> <img src="wpimages/wp38187f2e.png" width="900" height="135" border="0" id="qs_1" name="qs_1" title="" alt="" onload="OnLoadPngFix()"></div> <div style="position:absolute; left:683px; top:53px; width:82px; height:122px;"> <img src="wpimages/wp90774729_05.jpg" width="82" height="122" border="0" id="pic_2" name="pic_2" title="" alt=""></div> <div style="position:absolute; left:570px; top:72px; width:129px; height:61px;"> <div class="Normal-P"> <span class="Normal-C7">Call us free on<br></span> <span class="Normal-C7">0845 056 3803<br></span> <span class="Normal-C7">(24 hours)</span></div> </div> <div style="position:absolute; left:601px; top:135px; width:44px; height:32px;"> <img src="wpimages/wp48dbbbc8.png" width="44" height="32" border="0" id="pcrv_5" name="pcrv_5" title="" alt="" onload="OnLoadPngFix()"></div> <div id="vid_2" style="position:absolute; left:-1px; top:53px; width:700px; height:123px;"> <script type="text/javascript"> <!-- var hasReqestedVersion = DetectFlashVer(8, 0, 0); if (hasReqestedVersion) { AC_FL_RunContent( "src", "Image swap with flicker_1image?CompanyName=We%20Buy%20Houses&line1=SELL%20YOUR%20PROPERTY%20FAST&line2=MONEY%20IN%20YOUR%20ACCOUNT&line3=WITHIN%2030%20DAYS&scheme1=0x2c3651&scheme2=0x1f5b8b&Pic1URL=picture%20100%201.jpg&Pic2URL=32141086.jpg&Pic3URL=", "play", "true", "loop", "false", "width", "700", "height", "123", "salign", "C", "scale", "ShowAll", "id", "vid_2", "quality", "High", "wmode", "transparent", "name", "vid_2", "type", "application/x-shockwave-flash", 'codebase', 'http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab', "pluginspage", "http://www.macromedia.com/go/getflashplayer" ); } else { var alternateContent = 'An old version of the Flash plugin was detected. <strong><a href="http://www.macromedia.com/go/getflash/">Please upgrade your Flash plugin.<\/a><\/strong>'; document.write(alternateContent); } --> </script> </div> <script type="text/javascript" id="nav_660_script"><!-- try { var navtree_nav_660 = WpNavBar.getNavTreeCustom( customNavTree5, {m_sThisPageUrl:'form.html', m_sNavBarTarget:'_self', m_bFlash:false, m_bIncludeChildren:true, m_bIsCustom:true} ); if( !navtree_nav_660 ) throw WpNavBar.getErrorObj( 'Link tree could not be read' ); var nav_660 = new wp_navbar_menub("nav_660", navtree_nav_660, {'m_bVertical':true,'m_bPopupBelow':1,'m_bPopupRight':1,'m_iTimeOut':500,'m_iPopupAlignmentV':0,m_sId:'nav_660', m_sScriptId:'nav_660_script', m_iLeft:5, m_iTop:451, m_sCssClass:'wp_navbar_menub_V3', m_iWidth:141, m_iHeight:193}, {'m_iMaxCssLevel':1, top:{'m_iHorizontalPadding':0,'m_iVerticalPadding':0,'m_iHorizontalPosition':0,'m_iVerticalPosition':0,'m_bWrap':false,'m_iHorizontalButtonSeparation':2,'m_iVerticalButtonSeparation':2,'m_bButtonsSameSize':false,'m_bStretchToWidth':true}, level1:{'m_iMinWidth':0,'m_iFirstPopupOffset':1,'m_iInterPopupOffset':1,'m_iOpacity':100,'m_bFade':false,'m_iFadeSpeed':5, separator:{'m_bAllowSeparators':true}}}); } catch(e){ document.write( '<div style="position:absolute;left:5;top:451;width:141;height:193">There was an error generating the navbar:<br>' + e.message + '</div>' ); } --></script> <noscript> <DIV style="POSITION: absolute; WIDTH: 141px; HEIGHT: 193px; TOP: 451px; LEFT: 5px" id=nav_660 class=wp_navbar_menub_V3><A style="POSITION: absolute; WIDTH: 141px; VISIBILITY: visible; TOP: 0px; LEFT: 0px" id=nav_660_I0 href="repossession.html" target=_self m_depth="0" m_parent="null" m_idchild="null" m_menu="null">Repossession</A><A style="POSITION: absolute; WIDTH: 141px; VISIBILITY: visible; TOP: 22px; LEFT: 0px" id=nav_660_I1 href="no equity.html" target=_self m_depth="0" m_parent="null" m_idchild="null" m_menu="null">No Equity</A><BR><A style="POSITION: absolute; WIDTH: 141px; VISIBILITY: visible; TOP: 44px; LEFT: 0px" id=nav_660_I2 href="divorce.html" target=_self m_depth="0" m_parent="null" m_idchild="null" m_menu="null">Divorce</A><A style="POSITION: absolute; WIDTH: 141px; VISIBILITY: visible; TOP: 66px; LEFT: 0px" id=nav_660_I3 href="brokenchain.html" target=_self m_depth="0" m_parent="null" m_idchild="null" m_menu="null">Broken chain</A><BR><A style="POSITION: absolute; WIDTH: 141px; VISIBILITY: visible; TOP: 88px; LEFT: 0px" id=nav_660_I4 href="relocation.html" target=_self m_depth="0" m_parent="null" m_idchild="null" m_menu="null">Relocation</A><A style="POSITION: absolute; WIDTH: 141px; VISIBILITY: visible; TOP: 110px; LEFT: 0px" id=nav_660_I5 href="illconcern.html" target=_self m_depth="0" m_parent="null" m_idchild="null" m_menu="null">Ill Concern</A><BR><A style="POSITION: absolute; WIDTH: 141px; VISIBILITY: visible; TOP: 132px; LEFT: 0px" id=nav_660_I6 href="legalfees.html" target=_self m_depth="0" m_parent="null" m_idchild="null" m_menu="null">Legal Fees</A><A style="POSITION: absolute; WIDTH: 141px; VISIBILITY: visible; TOP: 154px; LEFT: 0px" id=nav_660_I7 href="benefits.html" target=_self m_depth="0" m_parent="null" m_idchild="null" m_menu="null">benefits</A><BR><A style="POSITION: absolute; WIDTH: 141px; VISIBILITY: visible; TOP: 176px; LEFT: 0px" id=nav_660_I8 href="earnmoney.html" target=_self m_depth="0" m_parent="null" m_idchild="null" m_menu="null">Earn Money</A></DIV> </noscript> <div id="nav_821" style="position:absolute; left:4px; top:2346px; width:895px; height:37px; z-index:200;"> <script type="text/javascript" id="nav_821_script"><!-- try { var navtree_nav_821 = WpNavBar.getNavTreeCustom( customNavTree10, {m_sThisPageUrl:'form.html', m_sNavBarTarget:'_self', m_bFlash:true, m_bIncludeChildren:true, m_bIsCustom:true} ); if( !navtree_nav_821 ) throw WpNavBar.getErrorObj( 'Link tree could not be read' ); var nav_821 = new wp_navbar_flash("nav_821", navtree_nav_821, {'ExportNoScript':false,m_iWidth:895, m_iHeight:37,'pageCol':'#a19ea3'}, {'sFlashFile':'wpscripts/ArrowPointerStyle1.swf','NHz':1,'NDn':1,'NHzM':0,'NMOff':0,'NEqlSz':false,'NBSpc':1,'NDv':true,'NDvCl':'0xffffff','NDvSz':2,'NTm':500,'NFll':false,'NCl':'0x000080','NShp':1,'NGdt':1,'NShdw':0,'NHPd':10,'NVPd':0,'NBkCol':'transparent','MBShp':0,'MBGdt':0,'MBFll':false,'MBAnFll':true,'MBCl':'0xffffff','MBHvCl':'0xffffff','MBCrCl':'0xffffff','MBAp':100,'MBHvAp':100,'MBLn':false,'MBLnCl':'0x2c3651','MBTxCl':'0xffffff','MBTxHvCl':'0x000080','MBTxCrCl':'0x000080','MBTxFt':0,'MBTxSz':30,'MBTxAl':1,'MBTxBd':false,'MBHPd':10,'MBTPd':0,'MBBPd':0,'SMPd':3,'SMFll':false,'SMCl':'0x2c3651','SMGdt':4,'SMShp':0,'SMBShp':0,'SMBGdt':0,'SMBFll':false,'SMBAnFll':true,'SMBCl':'0xa19ea3','SMBHvCl':'0xa19ea3','SMBCrCl':'0xa19ea3','SMBAp':100,'SMBHvAp':100,'SMBLn':false,'SMBLnCl':'0x2c3651','SMBTxCl':'0x2c3651','SMBTxHvCl':'0x000080','SMBTxCrCl':'0x1f5b8b','SMBTxFt':3,'SMBTxSz':12,'SMBTxAl':1,'SMBTxBd':false,'SMBHPd':10,'SMBTPd':3,'SMBBPd':3,'AM':false,'AStTyp':5,'AStGlw':'0x000080'}); } catch(e){ document.write( 'There was an error generating the navbar:<br>' + e.message ); } --></script> </div> </div> </body> </html>
January 7, 201115 yr Author It seems that name="..." in a form does have limits on characters as well as numbers of words (only one allowed). It's usual to link the words with an underscore or hyphen is_there_a_garden? is-there-a-garden? There might be a problem with the ? too. Look at http://www.w3.org/TR/html401/types.html#type-cdata "ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".")." so the & in was probably causing an error. Hi Wicham Thanks for your reply I deleted all   I added but the calculation still not working. For now I just want the calculation working again. Can someone help me please? Edited January 7, 201115 yr by sausage1
Create an account or sign in to comment