I'm currently developing a website with an online event registration system (using DT Register). There seems to be a problem with session data.
http://apcp2012.org/main/index.php/online-abstract-a-registration-t
Click on any event to register. The problem comes after clicking next step, reviewing registration and then clicking back, nothing will happen after I click next step again. This problem also arises whenever user enters the wrong captcha code and needs to enter again.
We have opened a ticket with DT Register and this is what they had to say:
----
Hello. This is a problem stemming from your template. When turning on error reporting in Joomla, there are MANY php notices on the page coming from your template... then you see this Back / Next problem. However, I switched your template to the default Joomla template for a minute... no PHP warnings... and the Back / Next issue was not there.
So, definitely tied to the template itself. Seems maybe it is not keeping the session data. You need to check on the template side to see what it may be doing that would cause session data to be lost.
Nathan
---
HELP?!?!!