Can not upload event images on front end, form field hidden
-
On the front end add event form below the text editor it shows:
Event Image
No image uploaded for this event yet
Then nothing is below here to actually add an image. If I go into the html I find this, as you can see it adds style=”display:none;” Any one know how to fix this?
<div class=”inside event-form-image”>
<p id=”event-image-img” style=”display: block;”></p>
<label for=”event_image” style=”display: none;”></label>
<input id=”event-image” type=”file” size=”40″ name=”event_image” style=”display: none;”></input>
<br style=”display: none;”></br>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can not upload event images on front end, form field hidden’ is closed to new replies.