Hi Russell
Thanks mate. Here's the error I'm getting from the wizard:
File 'fmtest.php' contains errors: An invalid character was found inside a tag.
The invalid character found was '<'.
The tag was '<input name="Suburb" type="text" class="form_inputs" id="Suburb" '. Line 75, column 89. A total of 2 errors were found.
This file appears to contain invalid HTML. Please use the HTML
validator at
http://validator.w3.org to validate your HTML before conversion.
Here's my line of code for that area....
Code:
<input name="Suburb" type="text" class="form_inputs" id="Suburb" <?php if ($DeliveryPickup == "Delivery") {echo 'value="'.$ArrayData["Suburb"].'" disabled="disabled"';} ?> /></td>
Any idea?
Bookmarks