Event submittal form problems
-
I am using Events Manager 5.6.4 and enabled anonymous event submittals with a default user set to “subscriber” status. Using the default form I have two issues:
(1) recurring events are not working — I can click the “recurring event” box, and the form will require me to enter a date range rather than a single date, but I am not asked which day of the week; instead upon submittal the form says “every day” within that date range.
(2) I cannot get a success message to appear on the screen upon event submittal, whether I set “show form again” to yes or no — so there is no way the person submitting an event knows that the form was actually submitted. I’ve read a number of forum posts about this but nobody seems to have a fix? I see this in the template:
‘echo $EM_Notices;
//Success notice
if( !empty($_REQUEST[‘success’]) ){
if(!get_option(‘dbem_events_form_reshow’)) return false;
}’
not sure if there’s something I can add here to fix the problem. Any advice would be appreciated, thank you! (Site still in testing mode.)
- The topic ‘Event submittal form problems’ is closed to new replies.