percentage of the advance does not allow us to include %. It allows us to include numbers up to 50
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 06:57 AM
- In the form, if the user selects salary advance, the field percentage of the advance does not allow us to include %. It allows us to include numbers up to 50, which is correct, but it should also allow to include the % character. I tried to make this field be a number + %, however, it is not working 100%....For example, I was able to submit a ticket with 60% salary advance and unfortunately, when I try to submit a 45 (without % character), the system does not allow me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 07:06 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 07:34 AM
Hi Surya,
Use this Regex: ^([1-9]|[1-4]\d|50)(%?)$
This Regex allows:
- Numeric values from 1 to 50 with or without % symbol.
I started answering community questions recently. If my answer helped you in any way, please mark it as helpful or correct. It would be a great boost.