Am able to get all the custom fields in .vm files after that i want to select multiple values in that customfield list .But am getting the single value .Any one can please advise.
Hello Naveen,
This code work for me:
<td bgcolor="#ffffff">
<select name="cfSelected" id="cfSelected" multiple>
#foreach ($cf in $cfList)
<option value="$cf.id">$cf.name</option>
#end
</select>
</td>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.