February 8, 200521 yr 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?
February 8, 200521 yr 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.
February 8, 200521 yr Author All are as specified. Have checked and double checked. Tried new database and new web page. Deleted fields and reinstated. Re-defined original fields.
Create an account or sign in to comment