Adrian Hopkins Posted February 8, 2005 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?
PoweredbyFm7 Posted February 8, 2005 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.
Adrian Hopkins Posted February 8, 2005 Author 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.
Recommended Posts
This topic is 7297 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