Hi all,
the newest version includes the Events Made Easy Frontend Submit. That is something I've been waiting for long time, but I can't make it running. What I've done so far:
1. Created folder /wp-content/themes/your-current-theme/events-manager-extended-frontend-submit/
2. Copied files form.php and style.css into it.
3. Created file config.php into same folder
4. Changed the content of config.php as:
<?php
$config['success_page'] = the id of success page;
$config['auto_publish'] = STATUS_PUBLIC;
$config['public_submit'] = true;
$config['public_not_allowed_page'] = the id of not allowed page;
?>
Made page for frontend user added the shortcode [submit_event_form], tested and all I got was:
"Basic Configuration is Missing
You have to configure the page where successful submissions will be redirected to.
Please refer to the Customization Page in order to set the basic parameter with which Events Made Easy Frontend Submit will run."
I have a feeling that the config.php should be in some other folder and it can't be found now, but where? Any advice?
TIA
-jude