- This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Mark as pending in front end
Hi Franky,
Is it possible to use a placeholder (or something else) to mark a booking as pending in the front end, a link maybe, like the link to be able to cancel a booking?
I’ve got this currently: <li>#_LINKEDNAME on the #_STARTDATE, #_STARTTIME - #_ENDTIME was placed on the #_BOOKINGCREATIONDATE - <a href="#_CANCEL_OWN_URL">cancel booking</a></li>
Is it possible to add something to that code to allow site admin to mark the booking as pending?
Thanks,
David.
Sorry, not going to happen. Marking as pending is a backend task, not to be managed by the booker itself (unlike the #_CANCEL_OWN_URL link). I have no intention of bringing all backend functionality to the frontend …
No problem, was worth an ask – thanks for clarifying.