Skip to main content
January 23, 2023
Solved

Button Click show error validation message for textbox

  • January 23, 2023
  • 1 reply
  • 0 views

Hello Appian People,

Is there anyway i can show the error message if textbox is empty when clicking the button, without setting the submit field of the button to true() ?

Well, at first its kinda easy to show if the textbox is empty when the submit field = true in button. 

But I want the process where it will not set to true and still if it was clicked the empty error message will show if textbox is empty.

Is it possible? Currently this is my sample process, however seems its not working. 




UPDATE: Its okey now guys, i figured it out.  Thank [emoticon:6d505171faa4497c85c5ca27290c555d]

Best answer by sowmiyau0001

Hi,

We can achieve this using validation group and validate parameter as true in button. Below code will help for your use case.

1 reply

sowmiyau0001
January 23, 2023

Hi,

We can achieve this using validation group and validate parameter as true in button. Below code will help for your use case.