Home › Forums › Calendar Products › Events Calendar PRO › form and doubling of events
- This topic has 7 replies, 2 voices, and was last updated 10 years ago by
Nico.
-
AuthorPosts
-
April 16, 2016 at 3:48 am #1103396
ckas
ParticipantWhen people enter events that are reoccuring the events enter the calendar multiple times on the same day. Can we remove reoccring from the form and other elements from the form?
April 18, 2016 at 12:33 pm #1103891Nico
MemberH there @ckas,
Thanks for reaching out to us! Unfortunately I’m not getting what the issue is here…
Can you elaborate a bit or send screenshots and/or the site URL where I can see this?
Please let me know about it,
Best,
NicoApril 19, 2016 at 3:29 am #1104132ckas
ParticipantThis reply is private.
April 19, 2016 at 4:55 pm #1104623Nico
MemberHi @ckas,
Thanks for following up with the details on this!
I guess the issue comes up because of the event settings. Try changing the event end date to 09/04/2016, and then save please save the event.
The star and end dates of the ‘original event’ should be set as if wasn’t recurrent. Then the recurrence settings will take care of the rest.
Please let me know about it,
Best,
NicoApril 20, 2016 at 5:09 am #1104759ckas
Participanthi nico, that worked. Thank you. How do i communicate this to people filling in the form or do i need to just fix the problems each time. I noticed the form cant be edited etc
April 21, 2016 at 12:21 pm #1105576Nico
MemberHey ckas,
Great to hear we could nail it!
How do i communicate this to people filling in the form or do i need to just fix the problems each time. I noticed the form cant be edited etc
You mean this events are submitted via Community Events form? Maybe putting up a note in the form for this would work? In that case you can add a warning at the event of the ‘Event time & date‘ section by adding this snippet to your functions.php file:
function display_custom_message ( ) {
?>
<p>Please bear in mind the following before posting...</p>
<?php
}
add_action ( 'tribe_events_community_after_the_datepickers', 'display_custom_message' );
You can use the action tribe_events_community_after_the_datepickers if you want the notice to display before the ‘Event time & date‘ section.
Please let me know if this answers your question,
Best,
NicoApril 22, 2016 at 4:55 am #1105827ckas
Participantthanks
April 22, 2016 at 10:39 am #1106027 -
AuthorPosts
- The topic ‘form and doubling of events’ is closed to new replies.
