<!DOCTYPE html>
<html>
<body>
<h2>HTML Forms</h2>
<form action="https://magento.website/magedrondo_extlogin/index/ajlogin/index">
<label for="email">Email:</label><br>
<input type="text" id="email" name="email" value="enter email"><br>
<label for="password">Password:</label><br>
<input type="text" id="password" name="password" value=""><br><br>
<input type="submit" value="Submit">
</form>
<p>Magento external website login form example</p>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.