Skip to main content
November 4, 2022
Question

Add Text below the form button in UI

  • November 4, 2022
  • 3 replies
  • 0 views

Hi All,

I have to show a text field below the "Reassign button" like some instruction but I am not getting how to do that,since it is 17.4 version.

Please help me sort this out.

Thanks in Advance.

    3 replies

    csteward
    November 4, 2022

    When you are utilizing a!formLayout()'s buttons parameter, you will not be able to place any components below the buttons, as they always load at the end of the form.  You can however, switch to a!buttonArrayLayout() within the contents parameter of the a!formLayout(), which will allow you to add the buttons anywhere on the form you like, so you can add them at the end but just before a!richTextDisplayField() for your text..

    I assume (can't recall) a!buttonArrayLayout() is available in 17.4, but we can't check since that version is so old, the documentation is no longer posted.

    November 4, 2022

    Thank you Chris ,now it is working. Thanks Mike for your response, yes we started the migration to new version.

    mikes0011
    Brainy
    November 4, 2022

    You seriously need to look into upgrading to a reasonably modern Appian version.  There's much more functionality including different ways to show buttons on different parts of your interface, button icons and moseover text, etc.  As Chris already said, it's hard to even know what was available in 17.4....

    The Expression Guru