Alberto De Milano Posted August 17, 2012 Share Posted August 17, 2012 I'ld like submit a form with smarty. when i submit, $_POST['name'] is empty in index.php. <form action="index.php" method="post"> <input type="text" name="name" value=""> <input type="submit"> </form> can you help me, please ? Link to comment Share on other sites More sharing options...
Alberto De Milano Posted August 17, 2012 Author Share Posted August 17, 2012 (edited) I even tried echo Tools::getValue('name'); Edited August 17, 2012 by Alberto De Milano (see edit history) 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