What sort of coding is needed for this? When i check a certain radiobutton, new elements appear ... for example "the away system" ... If "I'm Here" is checked, there's no need for the awayreason and the returndate to be seen ... if you check "I'm away" the page reloads or something and the textboxes appear for filling in your reason and date of return.
If away you must see this ::
If not away you must see this ::
I allready tried
<if condition=$awaycheck[no]== yes <then>
...
</if>
But then you need to submit the page first, then it checks which radiobutton is checked ...
If away you must see this ::
If not away you must see this ::
I allready tried
<if condition=$awaycheck[no]== yes <then>
...
</if>
But then you need to submit the page first, then it checks which radiobutton is checked ...