Support » Plugin: Events Manager - Calendar, Bookings, Tickets, and more! » [Plugin: Events Manager] File Upload not working

  • Resolved sabinaaaa1

    (@sabinaaaa1)


    Hi, I have a booking form that requests personal data and at the end the user can choose to upload a file. The data is saved correctly but the file doesn’t seem to be uploading. It doesn’t show any errors on the frontpage. I have put this code on /events-manager/forms/bookingform:

    <div class="row">
    		<div class="form-group col-md-12">
    			<!--<label for='documentacion'><?php _e('Documentación','dbem') ?></label>-->
    			<input type="file" title="Adjuntar documentación" name="documentacion" id="documentacion" class="btn btn-primary" value="<?php if(!empty($_REQUEST['documentacion'])) echo esc_attr($_REQUEST['documentacion']); ?>" />
    		</div>
    </div>

    Anyone knows why this is not working?

    Thanks in advance.

    https://wordpress.org/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Events Manager] File Upload not working’ is closed to new replies.