Secure html forms
Secure forms by FormNut > Support > Knowledgebase

Search help:


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="https://www.formnut.com/process.php?id=XXXX&formid=YYYY" enctype="text/plain">

Example of a CORRECT form tag:

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

 
Was this article helpful? yes / no
Related articles File attachments aren't sent to me. Why?
This form doesn't exist! Check your ID number and form name!
Article details
Article ID: 22
Category: Errors and error messages
Rating (Votes): Article rated 3.4/5.0 (180)

 
« Go back

Secure forms | Pricing | Learn more about secure forms | Secure order form | Secure contact form | Start Your Free trial

© Copyright FormNut 2003-2024. All rights reserved.