Remove pop up message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 05:10 AM
On any request form that requires an attachment attached to it. Once attachment is attached, there is a pop-up window that pops up and say hello.
Please help me to how to remove that pop up message "hello". Its appearing after attaching a file for all catalog items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 06:50 AM
Hi Steve Parker,
It helped me with name containing attachment and HTML containing alert. Found one record but not able to figure it out what exactly needs to be done to resolve this as if am a beginner.
Please help me out.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 06:56 AM - edited ‎05-03-2023 06:57 AM
Can you paste the HTML here? I don't need the entire HTML, just a little code above the alert, the alert code, and a little code below the alert. Screenshot of it would be nice too.
But this is how you comment out something in HTML. You just put the arrows and dashes around what you don't want to happen.
<!-- Alert Code Would Be Inside This -->
Or you can just delete the Alert code...copy and paste it out into notepad or something, then remove it.
Please mark this response as correct and/or helpful if it assisted you with your question.
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 10:02 AM
Please comment or remove the below line from the html
alert("hello");
if it works, please mark Steven Packet’s suggestion with screenshot as correct answer.