• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Create custom form for login Webmail

futurosoft

Basic Pleskian
Hello.

I am creating a custom form for login to Webmail but this don't run. My code is:

<form id="horde_login" action="http://webmail.domain.com/login.php" method="post" name="horde_login">
<input type="hidden" name="app" id="app" value="" />
<input type="hidden" name="login_post" id="login_post" value="0" />
<input type="hidden" name="url" value="" />
<input type="hidden" name="anchor_string" id="anchor_string" value="" />
<input type="hidden" id="horde_user" name="horde_user" value="<?php echo $username; ?>" />
<input type="hidden" id="horde_pass" name="horde_pass" value="<?php echo $password; ?>" />
<input type="submit" name="enviar" value="Continuar" />
</form>

What is the URL where I have that to send form?

Thanks!
 
Back
Top