Issue with Dropdown on Wufoo Forms

53 views
Skip to first unread message

Matt Douglas

unread,
Feb 27, 2023, 12:25:41 PMFeb 27
to Autofill Extension
I'm testing Autofill for use at our organization that uses Wufoo Forms. I'm having some issues getting the drop down selected. Here is the HTML behind it. How can I select options here as the default "Dropdown" type does not seem to work.

<li id="fo43li1" class="      " >
<label class="desc notranslate" id="title1" for="Field1">
Test Wufoo Dropdown field
<span id="req_1" class="req">*</span>
</label>
<div>
<select id="Field1" name="Field1" class="field select medium" onchange="handleInput(this);" onkeyup="handleInput(this);"       tabindex="0" data-wufoo-field="dropdown" >
<option
value="Option 1" selected="selected">
<span class="notranslate">Option 1</span>
</option>
<option
value="Option 2" >
<span class="notranslate">Option 2</span>
</option>
<option
value="Option 3" >
<span class="notranslate">Option 3</span>
</option>
</select>
</div>
</li>
Reply all
Reply to author
Forward
0 new messages