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.
This is because you have a space between your first name and last name magic text values. Then when there is no Logged in user there is no first name and last name but the space is visible.
Once you preview your app without Login click the input box and just hit backspace and you will see the Placeholder.
For this issue you can store the the first name and the last name in a one text property and add that in the Input Box.