Custom HTML field form not being sent
-
Hi,
I’m using a custom HTML field on a Form to autocomplete the field (it’s a ZIP Code/Post Number with 100+ options) but although every field is sent, the content of the HTML field is received as blank.
Can anybody help me out here as it doesn’t make sense? Thanks!
<label for="form-field-name" class="elementor-field-label">Suburb</label> <div > <form> <input class="elementor-field elementor-size-sm elementor-field-textual" list="post" style="width: 100%" name="form-field-Suburb" id="form-field-suburb" class="elementor-field-textual elementor-size-sm" required="required" aria-required="true"> <datalist id="post"> <option value="4341 LOCKYER VALLEY"> <option value="4550 LANDSBOROUGH"> "> </datalist> </form> </div>
https://ibb.co/LRDCTmF
https://ibb.co/gR51yfD
https://ibb.co/2dCWf3d
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom HTML field form not being sent’ is closed to new replies.