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.

Help with scripting and calculation...

Featured Replies

There are two things I would like to do..

1) I have a list of 20 Yes/No Radio buttons (textfield1, textfield2, textfield3, etc), next to each I have a list of corresponding Notes fields (notefield1, notefield2, notefield3, etc). If you click

I think I understand, although there HAS to be an easier interface!

1) Attach a button to your text entry field. When you click on the field (you won't be able to tab in, you must take the field out of the tab order for this to work), run the following script:

Script 1:

Set Field(textfield1, "Yes")

Go to Field (Notesfield1)

Paste a clear button over the "No" option on textfield1, attach the following script:

Script 1a:

Set Field(textfield1, "No")

Go to Field (Notesfield2)

To do the last part, textfield2 needs to be a calculation field. To both check "Yes" if an entry is made in Notesfield2 and allow textfield2 to be manually changed, you will need a hidden textfield2 entry field and toggle it with scripts attached to clear buttons covering the Yes and No selections on the calculated textfield2.

2) Radio buttons are just one display option for a text field, to set a bunch of your fields to "No" under script control, use:

Set Field(textfield1, "No")

Set Field(textfield2, "No")

Set Field(textfield3, "No")

.

.

.

Set Field(textfield20, "No")

If you make the text fields calculated field, set the corresponding textfield entry fields to "No".

Sorry the answer is so confusing, so is the question! wink.gif" border="0

-bd

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.