This topic is locked

Show fields based on checkbox

10/19/2009 10:13:24 PM
PHPRunner General questions
D
Dale author

Ive been searching through the help, and haven't come across anything that can help me here.

Its possible that I have missed the answer.
I have an on my EDIT record page two fields that I want to display ONLY if a checkbox is checked.
I have in my table three specific fields

Archived Checkbox,

Archived Date

Archived by
I only want to show the Archived Date and Archived by fields IF the archived checkbox is checked.

I have the fields filling in properly on saving, but when I display the record in Edit mode,

I want to hide the Archive Date and the Archive By fields if the actual Archived Checkbox has been checked and saved.
Any pointers would be greatly appreciated.