the field percentage of the advance does not allow us to include %. It allows us to include numbers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 07:13 AM - edited 05-20-2024 05:35 AM
Hi everyone,
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.Please help me how to proceed on this requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 07:42 AM
try this RegEx
^([1-9]\d?|50)%?$