Hi, I have and issue sending a form, where the submission trought POST method does not result in any data that can be captured trough the php’s global var $_POST. It stays empty.
On localhost environment it works perfectly, but online I’m facing this problem.
Here is the html code:
<form acti name="newsletter" id="fr_newsletter" method="POST" enctype="multipart/form-data">
<table>
<tr>
<td valign="middle"><label>Nome</label></td>
<td><input type="text" id="nome" name="nome" /></td>
<td><label>Email</label></td>
<td><input type="text" id="email" name="email" /></td>
<td><input type="submit" name="submit" value="Receber News" /></td>
</tr>
</table>
</form>Please, I need urgent support This website must be launched as fast as possible and it only needs this detail fixed, thanks!
Your code shows action as incomplete. Not sure if that’s the problem or just an issue in your forum post. You have: <form act name=”new…….. Instead of: <form acti name=”new……..
Edit: Never mind, I see that the forum is editing the action code. You might try changing POST to GET and looking at the variables that are output in the URL.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.