How can i use clearAllFormMessages() in Glide Form ? As it is not working

VivekPuranik
Kilo Contributor

Hi All,

 

I tried below code under onLoad Type 

 

function onLoad() {
//Type appropriate comment here, and begin script below

g_form.addFormMessage('info message','info');
g_form.clearFormMessages('info');}

 

But this code is not clearing the info message . how can we do this? 

 

Regards,

Vivek

1 ACCEPTED SOLUTION

Aman Kumar S
Kilo Patron

Hi @VivekPuranik ,

for info messages use :

g_form.clearMessages()

Capture88.PNG

Best Regards
Aman Kumar

View solution in original post

4 REPLIES 4

Aman Kumar S
Kilo Patron

Hi @VivekPuranik ,

for info messages use :

g_form.clearMessages()

Capture88.PNG

Best Regards
Aman Kumar

Thanks Aman for your prompt response and help. its working now

yes it's working but why clearformmessages() method is not working can you explain ?

 

C Naresh

nareshpittu769
Tera Contributor

yes its working fine but why g_form.clearFormMessages('info'); is not working can you please tell me 

C Naresh