Hello.
What I am planning to do for User registration in regards to agreeing to the EULA:
1)For example, there will be three conditions the User must agree to by selecting checkboxes - Only one condition displayed at a time.
2)Upon checking the first condition checkbox, the second condition appears onscreen, smoothly - The first disappearing; This would be a sort of animation. When this second checkbox is selected, this condition disappears, the third and final condition gliding into its place. (I do not want page refreshes or anything of that nature).
I hope I explained this clearly.
From my research, it appears to be JavaScript I should be using to build this. Possibly jQuery (Which I am totally unfamiliar with).
I don't think this should be too difficult to build, but any advice would be greatly appreciated.
Thank you in advance!
Matthew