Code: Select all
<td style="text-align:right;">What type of place do you have?</td>
<td><select name="house" id="house">
<option>Please Select</option>
<option value="Bungalow">Bungalow</option>
<option value="Semi Detached Bungalow">Semi Detached Bungalow</option>
<option value="2 storey Semi Detached">2 storey Semi Detached</option>
<option value="2 storey Detached">2 storey Detached</option>
<option value="Side or Back Split">Side or Back Split</option>
<option value="other">Commercial/Other</option>
</select>
</td>
</tr>
<td style="text-align:right;">
<input type="checkbox" name="asap" value="Yes">
Would you like your eaves cleaned for $<!--ENTER DYNAMIC VALUE HERE--></td></tr>if Semi Detached Bungalow is chosen then the eaves cleaning price on the page would be updated to "Y"
if 2 storey Semi Detached is chosen then the eaves cleaning price on the page would be updated to "Z"
etc.,etc.
If anyone has any ideas on how I could accomplish this or could point me in the right dircetion then I would greatly appreciate it