Re: [web2py] Particular Conditional Fields in Forms case

2011-07-29 Thread Richard Vézina
Ok here the code... Please help... I will get crazy ;-) $(document).ready(function(){ var invalidation_comment = $('#test1_invalidation_comment').val(); $('#test1_invalidation_comment__row').hide(); if($('#test1_invalidation_comment').val()) $('#test1_invalidation_comment__row').

Re: [web2py] Particular Conditional Fields in Forms case

2011-07-29 Thread Richard Vézina
I took my base code there... Thanks anyway... Just rewrite my example : I enter a new record. Later somebody check the record and valid or not if this record can be extracted or not from the DB. Imagine this person find the record valid and this person check the valid checkbox 1 week later for a

Re: [web2py] Particular Conditional Fields in Forms case

2011-07-28 Thread Anthony
I'm not sure I understand exactly what you need and don't have time to check your app, but does this help at all: http://web2py.com/book/default/chapter/10#Conditional-Fields-in-Forms? Anthony On Thursday, July 28, 2011 5:49:35 PM UTC-4, Richard wrote: > Hello, > > I know it's not a web2py q