I came across a site recently which had 2 yes / no radio buttons where you had to click whether you were a member or not.
If you clicked yes, then the form changed to elements where you could input login info. If you clicked no, the form changed to include a completely new form containing elements that allowed you to input your address.
Are there any pointers as to how this is achievable in javascript
If you clicked yes, then the form changed to elements where you could input login info. If you clicked no, the form changed to include a completely new form containing elements that allowed you to input your address.
Are there any pointers as to how this is achievable in javascript