Hi JJL,
There are 2 ways you can do this...
1. Free Text Field.
This is a field that adds HTML text to your form. So its good for
extra directions, headers, or some other extra text that you want to
show on the form. The problem is that it will create a label, which in
your case you probably don't want. In your example it would look like
this:
Name:
My Name Label: Enter your name: - Where this field is the Free Text Field.
So
you would have to remove the label using "clear" as I stated earlier.
You will need to style this field so that it uses the colors that you
want. This can be done by adding the styling class on the Markup Class
(#6 option) on the field.
2. Place holder - this is probably the easiest method...
In your Field, below the Storage click on the orange chevron and look for the Custom Attributes field. Add the following:
placeholder="Enter Your First Name"
This value will appear in the input box with a lighter color and disappear once you start to add a value.
Hope that helps,
Randy