• enginytic

    (@enginytic)


    Hello,

    We don’t want to allow users to upload files on feature requests form, so we checked the option ‘Disable upload for form (if checked) not working’ but the button to load files keeps showing in the form.

    Could you solve that incidence?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is a typo in the plugin, in the file:
    feature-request/public/includes/avfr-functions.php

    It calls to get the option avfr_disable_upload from the settions option: avfr_settings_fetures ( I think is how it was spelled )

    Line SHOULD look like this,
    <?php $disable_upload = avfr_get_option('avfr_disable_upload','avfr_settings_features') ?>

    changed the typo but the upload form is still showing

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable upload for form (if checked) not working’ is closed to new replies.