We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Form don't submite fields

Development and Programming

Shankar_Nakai's avatar
Shankar_Nakai
4 posts
about 13 years ago
Shankar_Nakai's avatar Shankar_Nakai

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!

       
travisb's avatar
travisb
172 posts
about 13 years ago
travisb's avatar travisb

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.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.