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.

Featured Replies

Hi

I would like my user to click on a field and have it change graphics from a look up

I have a layout where the graphics reside. If they click again I would like it to change back

The field is called "updown"

So one click changes it and another click changes it back

any suggestions are very appreciated

Stan

Create a container field with 2 repetitions (called "updown" for the sake of example).

Place your "up" graphic in repetition 1 and your "down" graphic in repetition 2

Create a second container field (called "UpAndDown") this is the field that you will display on your layout

Write a script

If(UpAndDown = GetRepetition(updown; 2) or IsEmpty (UpAndDown)

Set Field (UpAndDown; GetRepetition (updown; 1)

Else

Set Field (UpAndDown; GetRepetition (updown; 2)

End If

Now specific the UpAndDown container as a button with the above script

Phil

  • Author

Thanks very much

Good answer

Stann

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.