Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Rule Editor not working

Avatar

Level 2

Hi,

I am new to forms and need help. Was creating some new form copying some existing forms. However, the rule editor is not working sometime.

Its stuck with message "Getting rules..", its not showing editor after hours also. However, when I create new form from start its working fine.

I am using service Pack 6.4.3 and AEM 6.4.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

This is a known thing with the Form, where you place the client libs and the naming convention of categories is the catch here.

View solution in original post

8 Replies

Avatar

Employee Advisor

do you see any error in the browsers' console?

If possible download a sample form and share with us with the steps, probably  some issue during copy paste of existing form.

Avatar

Level 2

Thanks for the reply Mayank.

Does the "Client Library" can cause this issue?, as when I remove the "Client Library Category" from form its working fine.

We use the js from "/etc/clientlibs/fd/themes/" repo.

Avatar

Employee Advisor

It could be possible that the existing form is dependent on the clientLib category which is not needed. To remove the clientLibrary it would be better if you can raise the daycare support ticket and share the clientLib details and nodepath from where you are removing it.

Avatar

Employee Advisor

Yes, it can be. does your client lib category contain any special character? You shouldn't place your clientlibs in fd/themes

Avatar

Correct answer by
Employee Advisor

This is a known thing with the Form, where you place the client libs and the naming convention of categories is the catch here.

Avatar

Employee Advisor

Create your own project in apps folder and have the client libs in your application. You can follow the geometrix samples project to get the complete idea.