Avatar

Level 3

Hi @Manoj_Kumar_ ,

 

I have implemented as below this is only helping to select in drop down.

I need to enter the text and help based in that or can we extract the zipcodes from the schema which is already having it.

 

 

<div class="infowidth"><select name="zipcode" id="zipcode" type="text" data-nl-bindto="xpath" data-nl-xpath="@zipCode" data-nl-label="ZipCode" data-nl-ismandatory="true" placeholder="*ZipCode">
<option value="60001">60001</option>
<option value="60002">60002</option>
<option value="60003">60003</option>
<option value="60004">60004</option>
</select></div>

 

Thanks,

Sachin