Additional Comments Validation when 'Post' Button is Clicked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2025 09:30 AM
Hi All,
I needed help in one of the requirement.
I want to create a validation on the additional comments fields i.e. it should be more than 3 characters, I have created an onSubmit client and it works when I update/save the form.
However this does not work when I click the 'Post' button beside the Additional Comments field, could you help me with a way out.
Thanks for your help in advance!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2025 10:32 AM
You may need to do this base on an OnChange of additional comments rather then an onsubmit. OnSubmit only works when the form is submitted but when click post you are not submitting the form just the comments so an OnSubmit will not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
@akshaysood @Hristo Ivanov @Brian Lancaster
Is there any way to achieve this? I'm having client requirement to show popup model on clicking "post comments" action in workspace? Not finding any supportive documents related to this configuration?