Leerance Posted October 3, 2012 Share Posted October 3, 2012 Ciao a tutti, è possibile avere un login modale su prestashop? Link to comment Share on other sites More sharing options...
Leerance Posted October 3, 2012 Author Share Posted October 3, 2012 questo è il contenuto di my-account.php in cui sono presenti i form per la registrazione e il login. Infatti ho creato una pagina php che funziona correttamente con solo questo tag form all'interno: <form action="http://www.beautysalonoutlet.it/prestashop/autenticazione" class="std" id="create-account_form" method="post"><fieldset><h3>Crea il tuo account</h3><h4>Inserisci il tuo indirizzo e-mail per creare un account.</h4><p class="text"> <label for="email_create">Indirizzo e-mail</label> <span><input type="text" id="email_create" name="email_create" value="" class="account_input" /></span></p><p class="submit"> <input type="hidden" class="hidden" name="back" value="my-account.php" /> <input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large" value="Crea il tuo account" /> <input type="hidden" class="hidden" name="SubmitCreate" value="Crea il tuo account" /></p></fieldset></form><form action="http://www.beautysalonoutlet.it/prestashop/autenticazione" class="std" id="login_form" method="post"><fieldset><h3>Sei già registrato?</h3><p class="text"> <label for="email">Indirizzo e-mail</label> <span><input type="text" id="email" name="email" value="" class="account_input" /></span></p><p class="text"> <label for="passwd">Password</label> <span><input type="password" id="passwd" name="passwd" value="" class="account_input" /></span></p><p class="submit"> <input type="hidden" class="hidden" name="back" value="my-account.php" /> <input type="submit" id="SubmitLogin" name="SubmitLogin" class="button" value="Log in" /></p><p class="lost_password"><a href="http://www.beautysalonoutlet.it/prestashop/password-recupero">Hai dimenticato la password?</a></p></fieldset></form> Ora, come metterlo in una modal box? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now