Hi all Hope You Fine...
Guys,
How can we show the input validation message on popup in traditional web development?
Hi Steve,
I think you can follow this document https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Forms/Validate_the_fields_of_a_form#validation-in-traditional-web
Regards,
Khuong
Hello Steve,
Not sure weather I get you question or not but if you are asking for message pop like react then for this drag run server action and search for feedback message (in you flow on exception flow there is also same message server action )
Below I am attaching Screenshot for the same
Thanks and Regards,
Akshay Deshpande
Adding to @Akshay Deshpande š answer.
I would like to suggest you that ,
Before the close pop up action, add the pop up notify action, this action will notify the OnNotify action on the parent screen,
In the parent screen OnNotify action add the feedback message.
Ajit Kurane
After the Assign element you are showing on your screenshot, you have to drag an AjaxRefresh element to your flow, and bind it to the Form you have on the Modal.
Hope it helps.
Best regards,
Paulo Moreira