I have an error creating the field and using it.
I created the file field with the name “image” so in the code I put:
<div class = “input”>
<label for = “image”> <? php _e (‘Image’, ‘events-made-easy-frontend-submit’); ?> </ label> <br />
<? php EMEFS :: field (‘image’); ?>
<? php EMEFS :: error (‘image’); ?>
</ div>
In the database wp_eme_formfields
the field appears, but when sending the form, an error appears inserting in the database.