Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having a similar issue. I’ve tried using dropdown, checkboxes or radio buttons and they work on a windows desktop, but do not show on an android phone, or on a windows 8.1 tablet. Here’s the code (using checkbox) I’m using.

    <div class="contact-wrapper-small">
    <div class="contact-form">
    <div class="contact-wrapper">
    
    <label>Please select a recipient <span>(required):</span> </label>
    [checkbox* checkbox-694 use_label_element exclusive "Arts & Culture|[email protected]" "TA Manual|[email protected]" "MAC|[email protected]"]
    
    <label>Your Name <span>(required):</span> </label>
    [text* your-name class:name]
    
    <label>Email <span>(required):</span> </label>
    [email* your-email]
    
    <label>Subject <span>(required):</span> </label>
     [text* your-subject]
    
    <label>Your Message <span>(required):</span> </label>
    [textarea your-message 37x]
    </div>
    
    <p>[submit "send form"]</p>
    </div>
    </div>

    Please Help..

    I am having a similar issue. I’ve tried using dropdown, checkboxes or radio buttons and they work on a windows desktop, but do not show on an android phone, or on a windows 8.1 tablet. Here’s the code (using checkbox) I’m using.

    <div class="contact-wrapper-small">
    <div class="contact-form">
    <div class="contact-wrapper">
    
    <label>Please select a recipient <span>(required):</span> </label>
    [checkbox* checkbox-694 use_label_element exclusive "Arts & Culture|[email protected]" "TA Manual|[email protected]" "MAC|[email protected]"]
    
    <label>Your Name <span>(required):</span> </label>
    [text* your-name class:name]
    
    <label>Email <span>(required):</span> </label>
    [email* your-email]
    
    <label>Subject <span>(required):</span> </label>
     [text* your-subject]
    
    <label>Your Message <span>(required):</span> </label>
    [textarea your-message 37x]
    </div>
    
    <p>[submit "send form"]</p>
    </div>
    </div>

    Please Help!

    Forum: Plugins
    In reply to: [Video Recorder] Mobile

    That is the menu choices don’t show on an android, IOS or windows tablet.

    Forum: Plugins
    In reply to: [Video Recorder] Mobile

    I am having a similar issue. I’ve tried using dropdown, checkboxes or radio buttons and they will work on a windows desktop, but not on an android phone or oddly enough on a windows 8.1 tablet. That is the menu choice are available on the desktop, but the dropdown menu, radio button, or checkboxes do not show. Here’s the code (using checkbox) I’m using.

    <div class="contact-wrapper-small">
    <div class="contact-form">
    <div class="contact-wrapper">
    
    <label>Please select a recipient <span>(required):</span> </label>
    [checkbox* checkbox-694 use_label_element exclusive "Arts & Culture|[email protected]" "TA Manual|[email protected]" "MAC|[email protected]"]
    
    <label>Your Name <span>(required):</span> </label>
    [text* your-name class:name]
    
    <label>Email <span>(required):</span> </label>
    [email* your-email]
    
    <label>Subject <span>(required):</span> </label>
     [text* your-subject]
    
    <label>Your Message <span>(required):</span> </label>
    [textarea your-message 37x]
    </div>
    
    <p>[submit "send form"]</p>
    </div>
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)