http://myautolicense.sc104.info/?page_id=10
As you can see the form looks good, but we are unable to add the "Enter your name" text in the top field. Any ideas how to do this?
http://myautolicense.sc104.info/?page_id=10
As you can see the form looks good, but we are unable to add the "Enter your name" text in the top field. Any ideas how to do this?
Not sure what you're trying to do here. I see that you've added a background image to try to serve as default text but that's not going to work.
As a side note, you really shouldn't make custom CSS changes to the default forms.css file as they will be overwritten when the plugin auto-updates. You should add any custom CSS rules in your THEME stylesheet.
If you're wanting to set a default value, you would do it just like the other fields in the form there. You can use some jQuery to make the field values clear on focus if you want.
You can do this now if you'd like with some jQuery added to your template. Here's an example.