I’m trying to add default text inside a field, like a placeholder, to give users a hint of what should go there (e.g., the word “Message” inside a text area). I can hide the label above the field, but I still want users to see the word ‘Message’ inside the text area. Ideally, this placeholder text should disappear as soon as they start typing.
However, I’ve encountered an issue: while Gravity Forms allows placeholder text, it doesn’t seem to show whether a field is required or not when using this method.
Is there a way to have placeholder text inside a field and still indicate if it’s required (perhaps through some styling or another solution)?
I’ve tested a new, fresh form, and it shows the required field error message if I submit the form without filling in those fields. Please check the screenshot below and let me know if I’m missing anything.
Thank you for your response. I should have clarified what I’m looking for. Currently, I’ve manually added the ‘*’ in the placeholder text to indicate required fields. As you can see in the attached picture, these asterisks aren’t colored. I’m wondering if there’s a way to show that a field is required within the input field itself, with the indicator colored, so I don’t have to add these markers manually.