chrisjrn / registrasion

A conference registration app, built on top of the Symposion conference management system
Apache License 2.0
18 stars 14 forks source link

Better handle categories that are enabled by adding products mid-registration #14

Closed chrisjrn closed 8 years ago

chrisjrn commented 8 years ago

e.g:

The "extra accommodation nights" form ends up completely empty with failed validation.

chrisjrn commented 8 years ago

idea: track the categories for the current page with a session object; ensure the same categories reload every time, once all forms validate, load up next page.