Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Multi-select option doesn’t seem to be working on mobile devices

    this is a dropdown <select> field or a checkbox? Your screenshot is showing a list of checkbox.

    Anyhow, be aware that this plugin only affects the layout of your form, not the fields themselves, with the exception of the dynamic_dropdown tag field.

    So unless you’re using the dynamic_dropdown field, this issue is a result of the CF7 plugin itself.

    Thread Starter ananthsankaran

    (@ananthsankaran)

         <div class="row">
            <div class="columns five">
              <div class="field"><label>Program elements <em>*</em></label>[select* program-1-program-elements include_blank multiple "Power of Purity Meditation" "360 Degrees Meditation" "Blossoms of Love Meditation" "Bliss of Silence Meditation" "Freedom Meditation" "Conscious Walking" "Conscious Dancing" "Group Consciousness Kriya" "Mai-Tri" "Eternity Process" "Conscious Gapless Breathing" "Yoga Nidra" "Devotional singing / Chanting" "Book reading, Video watching" "Experience sharing" "Talk / Q&A" "Charity Activities" "Yoga"]
                <p class="info-tip"></p>
              </div>
            </div>
    Thread Starter ananthsankaran

    (@ananthsankaran)

    This is the piece of code which is used. Please advise if there is anything wrong.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    no, nothing wrong. This is a CF7 plugin bug.

    However, you can circumvent this by converting your select field into a select2 field. Simply add class:select2 to your tag.

    
    [select* program-1-program-elements include_blank multiple class:select2 "Power of Purity Meditation" "360 Degrees Meditation" "Blossoms of Love Meditation" "Bliss of Silence Meditation" "Freedom Meditation" "Conscious Walking" "Conscious Dancing" "Group Consciousness Kriya" "Mai-Tri" "Eternity Process" "Conscious Gapless Breathing" "Yoga Nidra" "Devotional singing / Chanting" "Book reading, Video watching" "Experience sharing" "Talk / Q&A" "Charity Activities" "Yoga"]
    

    see if the field works in your mobile phone.

    This is only possible with the Smart-grid plugin as the select2 library is loaded if you use it in your form

    Thread Starter ananthsankaran

    (@ananthsankaran)

    Fix worked like a charm <3 thank you so much !

    Plugin Author Aurovrata Venet

    (@aurovrata)

    great! Do leave a review when you have a moment to spare.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Multi-select option shows “0-selected” even when selection is made (on Mobie)’ is closed to new replies.