I have a simple webform being served as a Block and I would like two things to happen.
First, is it possible to have a default value like "Enter your name" then have that replaced when the user clicked the field?
I don't want to use labels in the left column.
(I FOUND a Module for this COMPACT_FORMS which works with webforms)
[ I am still liooking for help with this part ]
Second, if a user hits enter with incorrect information a warning banner shows above the current page.
Not very intuitive. I was thinking that the current page should be redirected to the form in the page or better yet hide the warning banner and display the banner as a pop up or above the webform itself.
Is there a work around?