
Announcements
I need a user to be able to click into a textfield and the OnSelect property will trigger and reveal a label. Once the user has clicked out or clicked on a different control, that label will disappear and another will appear, contextually.
I understand it may involve UpdateContext and a IsNot (!) operator somewhere but I'm stuck!
Figured it:
Added a label, in that labels default Text prop:
If(varTitleVis = 1, "A short title please", If(varTitleVis = 2, "Please enter a user", If(varTitleVis = 3, "Please enter the Sponsor", If(varTitleVis = 4, "Requested By", " "))))
For each controls OnSelect prop:
Set(varTitleVis, #) replace the # with a number.