valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 10421
Questions & Answers
Q: First I want to say that your Form1 software is GREAT and very easy to use. I am having a problem with the Designer Form I created and cannot locate the error or why I get the error message. When I complete filling in the form online and hit the Submit button I get directed to a new web page with the following error message: Please use the Return to Form above to return to the form and complete the required field Zip Code. The zip code IS filled in and I even included the full 9 digits. I examined the code for the Designer Form I created but could not locate the reason for the error msg.
A: In the Form you have <input type="text" name="Zip Code" value=""/> ie name is "Zip Code" with a space. It is best not to use spaces in field names...use Zip_Code instead and then check that your $defrequired = includes the exact match ie if the form field name is Zip_Code then the $defrequired must include Zip_Code not Zip Code. This applies for all fields. You can check your form code by opening your form file in a text editor (not a html editor). The $defrequired variable should only include exact matches to field names. If you played around with your designer form (adding / removing fields) you may have old values set in t in this variable. If you continue to have difficulaty send me you form file as an email attachment and I will have a look for you.
Question and Answer Item 10421 - Browse All Question and Answer Items