Notification Field message message

PiotrekL
Tera Expert

Hi

 

I want to add warning message like one below UNIX field but added below "Add Attachments". Is it possible to do it via g_form.showFieldMsg function? if not do you know alternative method of doing this

 

Regards

Piotr

 

Community.jpg

3 REPLIES 3

Sumanth16
Kilo Patron

Hi,

 

You need to make changes on OOB widget and you can display "onload" client script to display and add error message for user if it is mandatory.

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.


Thanks & Regards,
Sumanth Meda.


Hi

 

I do not really want to make a changes on OOTB widgets. If it is not possible to be done in different way that's OK, I will stick to UNIX filed description.

 

Regards

Piotr

Abhijit
Tera Expert

g_form.showFieldMsg('<field_name>', 'Please upload attachment without encryption','info');