SOLVED

Display form textboxes based on user's record

Go to solution
Kaye_McClendon
Level 3

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?

 

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Display form textboxes based on user's record

You can add these fields to the Progressive Profiling block of your form — make sure you have ProgPro set to show at least 3 blank fields — and they'll only be shown if they're empty. 

 

This will work fine unless you're already using ProgPro with other logic.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Display form textboxes based on user's record

You can add these fields to the Progressive Profiling block of your form — make sure you have ProgPro set to show at least 3 blank fields — and they'll only be shown if they're empty. 

 

This will work fine unless you're already using ProgPro with other logic.

Kaye_McClendon
Level 3

Re: Display form textboxes based on user's record

It worked, thanks!