I want add additional parameters when creating new events, I am able to define new parameters when generating the new event but the current implementation of either "prompt/confirm/alert" is far too simple and doesnt contain the functionality to add what I wish to attach to my events.
For example I want to add a description to my event, not just a title, but the prompt modal only has 1 input field. How can i modify this to allow more than 1 input?
With the latest version of DayPilot.Modal included in DayPilot Pro you can also use DayPilot.Modal.form() method to create multiple fields programmatically. A quick tutorial explaining this approach will be available soon.
Comment posted by Dan Letecky [DayPilot] 6 years ago.
Please see also the new tutorial on using DayPilot.Modal.form():