Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 7297 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.