Knowledgebase
Secure form processor > FormNut Support > Knowledgebase

Ask a question:


The e-mail I receive doesn't contain all the form data, some information is missing

Solution You probably have the wrong enctype parameter set in your <form> tag.

Open your form in a plain text editor (like Wordpad or Notepad on Windows) and find the line that begins with <form. If this line contains a parameter named enctype="text/plain" delete it.

Example of a WRONG form tag:

<form method="post" action="http://www.formnut.com/process.php?id=XXXX&formid=YYYY" enctype="text/plain">

Example of a CORRECT form tag:

<form method="post" action="http://www.formnut.com/process.php?id=XXXX&formid=YYYY">
 
Was this article helpful? yes / no
Article details
Article ID: 22
Category: Errors and error messages
Date added: 2009-01-25 06:51:05
Views: 1263
Rating (Votes): Article rated 3.2/5.0 (48)

 
<< Go back

Secure form home | Plans & prices | Examples | Help / FAQ | Legal documents | Link to us | Links | Report abuse

© Copyright FormNut 2003-2013. All rights reserved.