Skip to main content
Level 3
September 4, 2023
Répondu

I am not able to see the custom function created under etc/clientlibs

Hi , 

Can any one please tell why i am not able to see custom function created under js folder?

 

 

 

 

Ce sujet a été fermé aux réponses.
Meilleure réponse par Vijay_Katoch

Have you selected the Client Library Category inside the Adaptive From Container section?

 

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/custom-functions-aem-forms.html?lang=en

 

3 commentaires

Vijay_Katoch
Community Advisor
Vijay_KatochCommunity AdvisorRéponse
Community Advisor
September 5, 2023

Have you selected the Client Library Category inside the Adaptive From Container section?

 

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/custom-functions-aem-forms.html?lang=en

 

SivakumarKanoori
Community Advisor
Community Advisor
September 7, 2023

@munmunbo 

1) Can you check , did you selected the correct client library category.

2) check js.txt , is it having#base=js or not , and the demo.js should be there.

3) check the client lib category name at canvas3-0 folder and which you selected at container section are same or not

 

Thanks 

Siva

Thanks,Siva
Level 5
September 8, 2023

Check the clientlib category in Adaptive form container dialog (it should be same as your clientlib category).

And after that also you are not seeing then change the function like this.
function funcName(){

your logic.

}