Display form textboxes based on user's record | Community
Skip to main content
Kaye_McClendon
New Participant
June 8, 2020
Solved

Display form textboxes based on user's record

  • June 8, 2020
  • 1 reply
  • 1842 views

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?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
June 8, 2020

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
New Participant
June 8, 2020

It worked, thanks!