<input type="text" class="form-control" id="test" name="phoneNumber" value="">
<button ic-action="val" ic-target="#test">clear</button>
<form ic-post-to="add-phone.php" ic-target="#{{ address.recID }}-phone-numbers"> <div class="input-group mt-3"> <input type="hidden" name="propertyID" value="{{ address.recID }}"> <input type="text" class="form-control" id="exampleInputText1" placeholder="Enter phone number" name="phoneNumber" value=""> <div class="input-group-append"> <button class="btn btn-outline-secondary" type="reset">Clear</button> <button class="btn btn-outline-secondary" type="submit">Submit</button> </div>
</div>
</form>--
You received this message because you are subscribed to the Google Groups "intercooler-js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to intercooler-j...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.