Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Required values aren't required

Featured Replies

  • Newbies

I just did a registration for two identical summer conferences. The FIRST item on the web page was to select which month with a radio button

<tr>

<td><input type=radio name=which value="June">June </td>

<td><input type=radio name=which value="July">July</td>

<td><input type=radio name=which value="either">No Preference</td>

</tr>

This worked fine and entered the data in the Filemaker. If I was actually doing it IN Filemaker and left off this field ("which") then Filemaker gave me an error message. From the web, Filemaker was happy NOT to have this required value field filled in. All the other required values on the form (Firstname, lastname, etc.) worked as expected on the web-- if it wasn't there the user got an error message.

This caused MAJOR headaches tracking people down who didn't select the month.

Now for housing I have a database where SEX is a required field. Using <select> there are two choices (obviously) MALE and FEMALE (although I did consider OTHER where selecting it would go to a page saying "Sorry, Aliens not admitted")

<SELECT NAME=sex>

<OPTION>

<OPTION>Male

<OPTION>Female

</SELECT>

Like above, if I'm using Filemaker directly, the field is required. If I'm entering on the web, Filemaker allows the field to remain empty.

How does one MAKE required fields required?:?

I think it maybe that the Form is not submitting the empty "which" field. Hence, FM is not objecting.

Try adding this line:

<input type="hidden" name="which" value="">

Good Luck.

Garry

p.s. You caould also use some Javascript to test if the field has a value.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.