[Plugin: Events Manager] Search specific date
-
I am trying to hack the search form so that users can search a single day, rather than a range of dates. I can’t find any of the files that deal with the search form besides events-search.php but I can’t figure out how I would edit the date fields so that it was just one date. I could easily delete the second box, but then the search finds all events on or after the date selected. I only want the events on the date selected.
I even tried copying the date from one into the other using javascript, and then hiding the second one, but somehow the date selector plugin in not allowing the onchange javascript function to work. Where is the datepicker code located so I can maybe alter that?
The website is https://altitudevip.com/events/ and the test form is the second one. I’m planning to apply all the code to the top form once I get it working properly…
- The topic ‘[Plugin: Events Manager] Search specific date’ is closed to new replies.