Integrate Extensiv Login Page into Your Website
Here is the HTML template for seamlessly embedding our login page into your website.
<!DOCTYPE html>
<html>
<body lang="en-us" >
<form action="https://secure-wms.com/webui/login/login?tplguid=GUID&redirecturi=https://secure-wms.com/smartui" method="post" name="LoginForm" target="_self">
<input name="login" type="text" placeholder="Username" /><br />
<input name="password" type="password" placeholder="Password" /><br />
<input type="submit" value="Log In" />
</form>
</body>
</html>
Â
Â
Â