Re: Showing forms based on on selected fields

2009-03-20 Thread Briel
Hi. If you want to do anything clientside, meaning you want to react on input fields being selected or certain values being input ect you need javascript. Django can only react on data being sent or urls being asked for, not what the user is typing. Now it's not clear exactly you what it is you w

Showing forms based on on selected fields

2009-03-20 Thread DanielM
Hi there, i am trying to implement a contact form where some fields are shown by default and others shall be shown if some of default is selected. What my options of implementing this feature would be? 1. Javascript into the template - but then how would i change the shown template if anything is