I install a fresh quickstart of Simplicity in localhost. First thing I've done after install is unpublished the module 'Header', then duplicate it. The duplicate one I rename it to 'Header 2' then published it.
Everything looks normal except that it has no placeholder in form field.
Here's the code in module:
- Code: Select all
<form class="gk-form">
<div><input type="email" /> <input type="submit" value="Get Started today!" /></div>
</form>
I notice that it has no
- Code: Select all
placeholder="Email address ..."
- Code: Select all
input type="email"
I've tried to insert it but it keep disappear after I save it.
Thanks for any help.