Am I doing something wrong?
I’m creating a ‘contact us’ form.
Instead of using a form component, I’m using text input fields, so I can use magic text in the fields.
I want the sender’s name field to be prefilled (using magic text) if the sender is a logged in user. But I want placeholder text (“Your name here”) to appear in the field if the user is not logged in.
I have it configured like this:
When I preview the screen as a logged in user, it works correctly:
But when I preview the screen as a not-logged in user, the field is blank. No placeholder text:
Am I doing something wrong? This is not an issue of font color or background.
I’d appreciate any help.


