Remove pop up message

Sirisha Doli
Tera Contributor

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.

7 REPLIES 7

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

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

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.