Adrian Hopkins Posted February 8, 2005 Share Posted February 8, 2005 I am hosting a questionnaire using a form in a web page. I have a number of required fields in the database which when not completed should trigger a required field message in another web page. Problem is, it was working when i started the questionnaire but now it allows all information posts whether the required fields are poulated or empty. I am pulling my hair out. I've tried everything I know but to no avail. Anyone come across this problem? Link to comment Share on other sites More sharing options...
PoweredbyFm7 Posted February 8, 2005 Share Posted February 8, 2005 Please tell me, do you use cdml tags in your pages or other? Please check your field: Are they checked as "not empty" or not. If they are checked as "not empty", please check your format file. Your format file must be below: <FORM ACTION=FMPro METHOD=post> <INPUT TYPE=hidden NAME=-DB VALUE='questionnaire'> <INPUT TYPE=hidden NAME=-Lay VALUE='Layout #1'> <INPUT TYPE=hidden NAME="-format" VALUE="new_reply.htm"> <INPUT TYPE=hidden NAME="-error" VALUE="new_error.htm"></P> INPUT TYPE=submit NAME="-New" VALUE="New Record"> <SPACER TYPE=horizontal SIZE=15> <INPUT TYPE=reset VALUE="Reset this form"> if you did not solve the problem, you can send your file me. Link to comment Share on other sites More sharing options...
Adrian Hopkins Posted February 8, 2005 Author Share Posted February 8, 2005 All are as specified. Have checked and double checked. Tried new database and new web page. Deleted fields and reinstated. Re-defined original fields. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6619 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now