Display form textboxes based on user's record
Hi,
I have a PURL site with a form that contains 3 textboxes. I'd like to display the individual textboxes based on a user's record.
For example, the 3 fields are...
- Student Mobile Phone (I only want to display this textbox if the user's student mobile phone field is blank)
- Parent Mobile Phone (I only want to display this textbox if the user's parent mobile phone field is blank)
- Parent Email (I only want to display this textbox if the user's parent email field is blank)
Is there anyway to do this?