I’ve been thinking about this for a few days now, as well as checking SO and the API documentation, and I cannot figure out a way to use an HTML pop up box in the FullCalendar API on the “select” property instead of the current prompt to add an event. Is There a simple way to do this “without” using another plugin. Not that I am opposed to using a plugin, it just seems like a simple thing to do, but for some reason I just can’t wrap my head around it.
Edit
What I would like to do…
- When a day is selected a pop up box appears.
- In the pop up box there is a form that allows me to add an event and description.
Help is appreciated, thanks!
Okay so I was able to do it. start with a form in the body section…
Add a little styling…
And submit the form like so…
Now I know that this is probably not the best way to do this, but it works and since I looked around for over three days to find the answer and no one else seemed to either have it or at least want to share it I finally buckled my seat belt and went on the ride myself. I hope that it helps someone:)