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.

Auto-entered Field Tips/Instructions

Featured Replies

Here is a set of custom functions for formatting an auto-entered field instruction when the field is blank. It formats the instruction in a light gray italic font, while the data in the field is formatted as black plain font. Of course you can specify your own colors and styles.

AE_Instructions (fieldData; displayText)



Case ( 



fieldData <> displayText and not IsEmpty ( fieldData );

NormalText( fieldData );



InstructionText ( displayText )



 )





InstructionText ( Text )



//Makes the selected text light gray in color and in italics

TextStyleAdd ( TextColor ( text ; RGB ( 75 ; 75 ; 75 ) ) ; Italic )





NormalText ( Text )



//Makes the selected text Black in color and Plain in font.

TextStyleAdd ( TextColor ( text; RGB ( 0 ; 0 ; 0 ) ) ; Plain )

In the actual auto-enter settings for the field you would use the AE_Instruction function, like so...

AE_Instruction (Name_First; "enter first name")

So simple, and yet quite useful. Thanks for sharing Kurt!

Am I missing something? The instruction text is not removed when data is entered into field. It just becomes black and plain along with data.

Figured it out. Set the field behavior to "Select entire contents of field when entered"

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.