Hi, everyone:
so I create a page that is supposed to display event information. A user would click on an event on the calendar, and the information for the selected event would display on this page:
That information is then sent to a form for the user to edit if necessary:
However, upon the user logging in and before the event is selected, both the info page and the form show Lorem ipsum:
The URL has also changed to:
And I was hoping for this:
Since initially the user has yet to select an event on the calendar, at least the form needs to show blank fields instead of Lorem ipsum. Is there a way to do that?
Thank you.