Home › Forums › Quform PHP › Multi Select
- This topic has 3 replies, 2 voices, and was last updated 5 years, 7 months ago by Ally.
- AuthorPosts
- April 10, 2019 at 7:12 pm #29010transamParticipant
Hi,
When using a Multi Select is it possible to have the first option for example “no choice” automatically selected so users don’t have to tick that option when nothing in the Multi Select is selected? And how do I do that?‘ <div class=”quform-element quform-element-multi-select quform-large”>
<div class=”quform-spacer”>
<label for=”multi_select”>Kamperen met<span class=”quform-required”>*</span></label>
<div class=”quform-input”>
<select class=”quform-tooltip” title=”Houd Ctrl ingedrukt + klik om één of meerdere items te selecteren” id=”multi_select” name=”multi_select[]” multiple=”multiple”>
<option value=”Niet van toepassing”>No Choice!</option>
<option value=”Tent”>Tent</option>
<option value=”Vouwwagen”>Vouwwagen</option>
<option value=”Caravan”>Caravan</option>
<option value=”Camper”>Camper</option>
</select>
</div>
</div>
</div>’Regards & Thanks,
David- This topic was modified 5 years, 7 months ago by transam.
April 11, 2019 at 10:22 am #29025AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 11, 2019 at 10:46 am #29028transamParticipantThanks Ally,
And how do I give a color to the selected text without ruining the form?
Regards,
David- This reply was modified 5 years, 7 months ago by transam.
April 11, 2019 at 4:19 pm #29032AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.