Skip 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.

preventing entry into a field

Featured Replies

Once data has been entered in a field, I would like to restrict entry into this field except for one specific person. How can I do this? I am aware that I can write a script that checks the user and permits edit based on who it is but how do make the script run when they enter into the field?

Use field validations.

In the define fields, open the Options for the field, then click the validation tab. Then use the 'validate by calculation' checkbox. Then have a calculation like this:

if( Status(currentGroupName)="Allowed guy", 1, 0)

  • Author

thanks- that would work if i only wanted "allowed guy" to enter data into the field, however, I want anyone to be able to enter data into the field and then once something is entered only "allowed guy" can edit it. any ideas?

Disallow entry into field and attach the script to it

if( Status(currentGroupName)="Allowed guy" or isEmpty(theField))

Go To Field [theField]

end if

Dj

  • Newbies

A way to allow for conditional modifications is to have a second field with an auto-enter value of the first field. Field1, field 2: auto-enter = field1. Then you could allow for modifications only if

field1 = field2 or Status(CurrentMode) = 1 or user =...

  • Author

how to i attach a script to a field?

How to attach a script to a field:

First, create your script. Then, in layout mode, select the field, then choose Format - Button..., click Perform Script, and choose your script from the list.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.