I want to add a Get A Newsletter form and they look like this:
Code: Select all
<form method="POST" action="http://gansub.com/s/dasadasdas/">
<label for="email">Email</label>
<input type="text" id="email" name="email" />
<label for="first_name">First name</label>
<input type="text" id="first_name" name="first_name" />
<label for="last_name">Last name</label>
<input type="text" id="last_name" name="last_name" />
<input type="hidden" name="gan_repeat_email" />
<input type="submit" value="Prenumerera" />
</form>
How do I get the editor to accept it?
I use OpenCart 2.3.0.2.