Hi There

I am adding on website right now the uk postcode lookup mod to my store,s but do not want it to be viewed on create account page right now.

can you tell me how to comment out the following

<label class="inputLabel" for="postcode">Postcode:</label>
<input type="text" name="postcode" size = "11" maxlength = "10" id="postcode" /><span class="alert">*</span><script language="JAVASCRIPT" src="https://services.postcodeanywhere.co.uk/popups/javascript.aspx?account_code=**********&license_key="></script>
<br class="clearBoth" />
Please enter your postcode above to enter your address, if you cannot find your address you
can manually enter it below
<br class="clearBoth" />



Thanks