Hide When on Web

Hi,I am designing a form (survey) to be used on the web). Essentially, when a particular radio button is chosen, other options will be displayed. Using the Hide When in Domino, I am able to hide the other options in the browser, but when the value is changed, the page refreshes the way it is supposed to, but all the values return to being blank and the hidden fields thus never show up. Does anyone know if the Hide When works properly and is actually able to show a particular field upon refresh of the page and a change in the value?

Thank you,

Frank

Subject: Will this work?

…using a second field that is hidden if NULL containing the value (computed) of the original field. The field would display after the page is refreshed.

Subject: Hide When on Web

Add this to a computed field on your form: @SetHttpHeader(“Expires”;“0”) . Also make sure that the database properties is set to use JavaScript when generating pages.

Alex.