Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter joeatso

    (@joeatso)

    @mandsconsulting

    Hi, I did the latest update which has still not fixed the issue.

    This is the CF7 form code:

    <div class="requiredForms">
    <ebd/>
    <span class="requiredForms__checkbox">
    <input type="checkbox" checked onclick="return false;" onkeydown="return false;" name="ebd_downloads[]" value="436" id="qf1" class="requiredForms__checkbox__item">
    <label for="qf1">
    <span>
    <i class="fa fa-file-text-o"></i>
    Surgeons Proposal Form
    </span>
    </label>
    </span>
    <span class="requiredForms__checkbox">
    <input type="checkbox" name="ebd_downloads[]" value="432" id="qf2" class="requiredForms__checkbox__item">
    <label for="qf2">
    <span>
    <i class="fa fa-file-text-o"></i>
    Orthopaedic Addendum
    </span>
    </label>
    </span>
    <span class="requiredForms__checkbox">
    <input type="checkbox" name="ebd_downloads[]" value="439" id="qf3" class="requiredForms__checkbox__item">
    <label for="qf3">
    <span>
    <i class="fa fa-file-text-o"></i>
    Urological Addendum
    </span>
    </label>
    </span>
    <span class="requiredForms__checkbox">
    <input type="checkbox" name="ebd_downloads[]" value="426" id="qf4" class="requiredForms__checkbox__item">
    <label for="qf4">
    <span>
    <i class="fa fa-file-text-o"></i>
    General Surgery Addendum
    </span>
    </label>
    </span>
    <span class="requiredForms__checkbox">
    <input type="checkbox" name="ebd_downloads[]" value="413" id="qf5" class="requiredForms__checkbox__item">
    <label for="qf5">
    <span>
    <i class="fa fa-file-text-o"></i>
    Cosmetic Addendum
    </span>
    </label>
    </span>
    <span class="requiredForms__checkbox">
    <input type="checkbox" name="ebd_downloads[]" value="424" id="qf6" class="requiredForms__checkbox__item">
    <label for="qf6">
    <span>
    <i class="fa fa-file-text-o"></i>
    ENT Addendum
    </span>
    </label>
    </span>
    <span class="requiredForms__checkbox">
    <input type="checkbox" name="ebd_downloads[]" value="430" id="qf7" class="requiredForms__checkbox__item">
    <label for="qf7">
    <span>
    <i class="fa fa-file-text-o"></i>
    Ophthalmology Addendum
    </span>
    </label>
    </span>
    <span class="requiredForms__checkbox">
    <input type="checkbox" name="ebd_downloads[]" value="428" id="qf8" class="requiredForms__checkbox__item">
    <label for="qf8">
    <span>
    <i class="fa fa-file-text-o"></i>
    Gynaecology Addendum
    </span>
    </label>
    </span>
    <span class="requiredForms__checkbox">
    <input type="checkbox" name="ebd_downloads[]" value="434" id="qf9" class="requiredForms__checkbox__item">
    <label for="qf9">
    <span>
    <i class="fa fa-file-text-o"></i>
    Renewal Declaration
    </span>
    </span>
    </label>
    </span>
    </div>
    
    <h3><span class="js-checkbox">1 item</span> selected</h3>
    <h5>Enter your email address and we will send them straight to you</h5>
    [email* your-email]
    [submit class:no-smoothState "Send"]
    Thread Starter joeatso

    (@joeatso)

    Thanks for replying.

    Yes the issue with the download not working is the main issue.

    The custom checkboxes have been added in again temporarily so it doesn’t look empty, but during my testing they were removed and the form was stripped right back to simply one download, which didn’t work.

    The download ID’s have been triple-checked by multiple developers, but unfortunately still are broken.

    [ Please do not bump. ]

    @ncreep The free issue is still not working currently.

    @jacguerrant did you ever find a solution to this issue?

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