July 2007
This Drupal module makes forms more compact by overlaying the field labels inside the field until the user starts typing that is. Can be useful in special cases when a compact look is desired.
The attached screenshots show the module in action. By default the behaviour is added to the user login block only, but it can easily be added to any form generated by Drupal's Forms API, as well as other forms provided they have the proper structure.
- Relies on jQuery
- Degrades back to the original form when JavaScript is switched off.
- Fields like textareas and checkboxes are currently not affected.
- Inspired by A List Apart
