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.

Add pop-up when removing attachment?

Featured Replies

Hi,

Is there a way to script a pop-up from a "Remove Attachment" button, alerting the user that they are about to remove it?

This request might sound silly, but I have "user" concern that there will be instances where this button is unintentionally hit, followed by intense moment of freaking out...

I would just like a pop-up to warn, "Are you sure you want to remove this attachment?"

(=

Thanks so much.

Seattleflo

Just use a custom dialog in your remove attachment script to display your message. Allow the users to continue or cancel.

Uses these steps in your script:

Show Custom Dialog []

If [ Get( LastMessageChoice ) = 1 ]

Else If [ Get( LastMessageChoice ) = 2 ]

Else If [ Get( LastMessageChoice ) = 3 ]

End If

The astute reader (or as Raymond Chen calls them, "nitpickers") will notice that the last Else If expression is redundant: since there are only three buttons, it could be replaced by an unconditional Else step and still function correctly.

  • Author

THANKS!

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.