Many Thanks Lap for the support, really appreciate it
But I tried this code:
<p>
<label>Email address</label>
<input type=”email” name=”EMAIL” placeholder=”Your email address”
required=””>
</p>
<p>
<input type=”submit” value=”Subscribe”>
</p>
And this work fine but “Email address” disappeared but I’m fine with that
Thank you again, your replay was enlightening for me 🙂
Thank you Lap for the replay,
here is the code I tried to edit it but nothing changed!
<p>
<label>Email address:
<input type=”email” name=”EMAIL” placeholder=”Your email address” required />
</label>
</p>
<p>
<input type=”submit” value=”Sign up” />
</p>