Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
File submission? | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium File submission?

File submission?

Posted: February 12, 2014 at 8:17 am

Viewing 6 reply threads


Nicole Tang

February 12, 2014 at 8:17 am

Does EE support file submission? or support an addon which allows for file submission?


Garth

  • Support Staff

February 12, 2014 at 8:31 am

Hi Nicole,

How are you today?

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.


Nicole Tang

February 12, 2014 at 8:43 am

Hey good thanks,

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”


Garth

  • Support Staff

February 12, 2014 at 8:48 am

Search the WordPress.org plugin repository for “Form” plugins like this one: http://wordpress.org/plugins/ninja-forms/

They might give you a way to upload files.


Nicole Tang

February 12, 2014 at 9:45 pm

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.


Anonymous

February 13, 2014 at 3:50 am

Hi Nicole,

That label is styled using Themeroller, the styles used are used for all the labels within that page.

However you can target that specific questions label (and link) using

label[for="DROPDOWN_25"] a {
font-size 2em;
}

Just as an example, that results in http://d.pr/i/5MsB

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’

Hope that helps.


Anonymous

February 13, 2014 at 3:52 am

Forgot to mention mention.

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.

Event Espresso - Staging Server