I am trying to pass multiple values to member profile field from edit profile.
<select multiple name="dog_breed" size="10">
<option value="Pug">Pug
<option value="spaniel">Spaniel
<option value="poodle">Poodle
<option value="Other">Other
</select>
Any way to do this? I tried textarea and text but only saves last selection…
thanks
