jgr Reply #1, 7 months, 2 weeks ago
Hi - I am using formit to process a form containing radio buttons. The problem is that when I select "Rent" my email never arrives and if I select "Buy" my email arrives a few seconds later.
My code is below, can anyone help?
My code is below, can anyone help?
<input type="hidden" name="rentbuy:required" value="" /> <label for="rentbuy"> Do you want to rent or buy? <span class="error">[[+fi.error.rentbuy]]</span> </label> <input type="radio" value="Rent" name="rentbuy:required" [[!+fi.rentbuy:is=`Rent`:then=`checked="checked"`]] id="Rent" />Rent <input type="radio" value="Buy" name="rentbuy:required" [[!+fi.rentbuy:is=`Buy`:then=`checked="checked"`]] id="Buy" />Buy