HI there.
If i have a from input how do i set a default in the database if the inputs are not fillled in here is my input.
<p><b>Wash Hand Basin.</b></p>
<p>Hot   <input type="tel" name="basin1hot" style="width: 5em"> °C   Cold   <input type="tel" name="basin1cold" style="width: 5em"> °C</p>
If these fields are not entered i want it to default at 0
Thanks