Skip to main content
Participant
July 3, 2015
Question

Simulate an "auto fill" with actions

  • July 3, 2015
  • 1 reply
  • 226 views

I have a client request that I'm not sure how to make work.

In the image below, the ABA Number field is a TEB. Client wants Bank information below to "auto fill" when ABA number is typed.

I don't know this system (it's new), but I don't think in actual practice user would click button next to field.

If there is no obvious trigger, is there a way to mimic an auto fill (show text for Bank info. fields) with a Advanced Action and Variable?

I was thinking of trying to test for NULL in the TEB and go from there, but that would also require a trigger, I'm guessing.

She wants a similar action for ZIP CODE field.

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    July 3, 2015

    You need a trigger, both for testing if anything has been filled in and for an advanced action that will show content in the other fields.

    It doesn't have to be a Submit button, can be a shortcut key like a specific character (if it only appears once in the name), or Enter, or TAB.

    RodWard
    Community Expert
    Community Expert
    July 3, 2015

    Or, for TEBs you could also use the On Focus Lost event.  This can trigger an action whenever the user enters something into the TEB and then clicks anywhere outside it.