Quick Jump ↵
Add data-mjf="clear_onfocus" id="FIELD_ID" to your <input> or <textarea> tag.
data-mjf="clear_onfocus" id="FIELD_ID"
<input>
<textarea>
Add <script type="text/javascript">$m.wand.clear_onfocus = true;</script> inside your <body> tag.
<script type="text/javascript">$m.wand.clear_onfocus = true;</script>
<body>
Text Field This field will clear when focused. If the value hasn't changed when blurred, the default value will be restored.
Password Field
Textarea Field This is the default value
Using this will disable Form Validation.
« Back to the main documentation