• Resolved viniciusedson

    (@viniciusedson)


    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)
  • Thread Starter viniciusedson

    (@viniciusedson)

    Update:

    I just tried another code and got the same results. It seems it doesn’t send any item of the HTML field that uses a datalist.

    <input class="awesomplete" list="mylist" />
    <datalist id="mylist">
    	<option>Ada</option>
    	<option>Java</option>
    	<option>JavaScript</option>
    	<option>Brainfuck</option>
    	<option>LOLCODE</option>
    	<option>Node.js</option>
    	<option>Ruby on Rails</option>
    </datalist>
    Thread Starter viniciusedson

    (@viniciusedson)

    Update:

    I just checked. It doesn’t matter what is typed on the HTML field. It’s just ignored when the form is sent by email.

    It seems kinda useless to have this field on a form and it is not sent so I’m guessing I’m missing something obvious but I couldn’t find anything like that on the documentation.

    Anybody had any experience using the HTML field on forms? Cheers

    Hi,

    Thank you for contacting us.

    Since you are using one of our Pro features on your website (Form Widget), you’ll need to open a support ticket at my.elementor.com.

    www.ads-software.com rules state that commercial products are not supported here.

    We hope you understand.

    Regards,

    Gil

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom HTML field form not being sent’ is closed to new replies.