Preventing form submission when there is no attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 07:51 PM - edited ‎01-31-2025 12:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 09:39 PM
Could you ensure that you pass the sys_id in the script include, and use == (double equals) instead of === (triple equals)? This is because it === checks both value and type and if the response type differs, it will throw an error. Additionally, kindly share the script include code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 09:52 PM
Ensure that you are passing the sys_id script include, and use == (double equals) instead of === (triple equals). This is because it === checks both value and type and if the response type differs, it will throw an error. Additionally, kindly share the script including the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 09:53 PM
here is the include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 10:08 PM
try this code :
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 10:16 PM
Does this even work?
If not, maybe start debugging on the client in Dev tools.