The code I need to add - that should only get triggered on registration completion - is just a few lines of javascript.
There must be code in the template that gets triggered to display the thank you text, but I can't seem to see any if statements in there. I find it a bit confusing! I would have thought there would be something like this...
<IF>$registered="Yes":
show text
</IF>
But I can't see anything like that.
If each step of the registration process was on a seperate page, it would be easy to implement.
|