I am pretty lost now, I have no idea where to go from here..
TestWorkshop (page ID is 25)
"Register now" link has href="/NewRegistrationPage/25"
Then, as I said, correct workshop title and corresponding times appear in registration form, so from my i-do-not-know-php point of view, the workshop ID is passed through URL.. but from the same point of view, it is not passed further to be sent by this form?
Line 88:
return DataObject::get_by_id("Workshop",Director::urlParam('Action'));
in the "trace" below, it shows following:
* DataObject::get_by_id(Workshop,RegistrationForm)
Line 88 of RegistrationPage.php
Why is it giving "RegistrationForm" instead of 25?