Hi,
I have a picklist field in a template, and I want to add options dynamically to this picklist. how could I achieve this?
<select name="firstYearOfAdvice" onblur = "onFirstYearOfAdvice();" id="firstYearOfAdvice" >
<option value="">--None--</option>
</select>
note : I think I cannot use picklistEntries as I use a SKUID template and which contains pure HTML stuff?
Thanks and appreciate your help.
I have a picklist field in a template, and I want to add options dynamically to this picklist. how could I achieve this?
<select name="firstYearOfAdvice" onblur = "onFirstYearOfAdvice();" id="firstYearOfAdvice" >
<option value="">--None--</option>
</select>
note : I think I cannot use picklistEntries as I use a SKUID template and which contains pure HTML stuff?
Thanks and appreciate your help.