Event Espresso does not support file uploads. How do you need it to interact with Event Espresso? There are probably file upload plugins, but they won’t necessarily work with EE.
I need the attendee to be able to submit or attach a file. (Resume/CV)
Do you know of a front end file submission plug in which will generate the use a unique ID which they can then submit to a text field question such as “Please attach your resume at _______________ and submit your ID here”
I ended up using contact 7. If you go to http://www.ausfic.com/breakfast-for-success-networking-for-success/ and select any event. then go tot he registration form and scroll to the file submission. where is the CSS file to alter the activelink component. I want to make it more prominent. so people know its clickable.
That will work for that specific question when included within any event.
If you add different questions and wish to do that same customization, you’ll need to find the label for that question, easiest way is using Chrome dev tools, right click on the link and do Inspect element http://d.pr/i/koZa
You can see from there ‘label for=”DROPDOWN_25″‘ which gives you the label to target, then as we want the link within that (a) our selector is ‘label[for=”DROPDOWN_25″] a’
I would recommend using a plugin such as My Custom CSS for your custom styles.
Viewing 6 reply threads
The support post ‘File submission?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.