Expand my Community achievements bar.

SOLVED

No advanced options in form container settings

Avatar

Level 4

I am following the above tutorial, I reached almost its end.

Adobe Experience Manager Help | Persisting Adobe Experience Manager 6.4 JCR data using a Custom Form...

But I cannot advanced options in my form container and thus i cannot define the custom form action. The tutorial shows this image:

1689233_pastedImage_2.png

and this is the image of my instance:

1689234_pastedImage_3.png

I am not able to add action due to this scenario. I am stuck. Kindly help me to find the issue and resolve it.

1 Accepted Solution

Avatar

Correct answer by
Level 10

That is because when this article was written, a specific set of libraries were used including Core Components.The screenshot of dialog is from OOB Core Components Form Container which has evolved over a period of time.  You should be able to find appropriate docs for core components that describe this.

It should not restrict you to choose specific 'action type' which is now available in the 'properties' tab of your screenshot.

I can still see formstart as a hidden param in container.html

<input type="hidden" name=":formstart" value="${resource.path}"/>

/apps/core/wcm/components/form/container/v1/container/container.html or /apps/core/wcm/components/form/container/v2/container/container.html

View solution in original post

5 Replies

Avatar

Community Advisor

In tutorial seem to open it in Classic mode, can you please switch to classic mode and then you should see advanced.

Regards,

Peter

Avatar

Level 4

I don't think that's the problem. It still persists.

Avatar

Level 4

This seems like the form component coming with the tutorial doesn't have an advanced tab and also I am confused to use which text component should be used because it seem there are multiple text components.

Avatar

Level 4

1689767_pastedImage_0.png

The form container that comes with the AEM64_PersistJCR is not having a start or end option. Only the form container from the component group Forms is having a form start and end as specified in the tutorial. And it has the advanced tab also. But the issue is this tutorial is still not working for  me. Can somebody create a video with this tutorial. or can anybody please help me out with this?

smacdonald2008

Avatar

Correct answer by
Level 10

That is because when this article was written, a specific set of libraries were used including Core Components.The screenshot of dialog is from OOB Core Components Form Container which has evolved over a period of time.  You should be able to find appropriate docs for core components that describe this.

It should not restrict you to choose specific 'action type' which is now available in the 'properties' tab of your screenshot.

I can still see formstart as a hidden param in container.html

<input type="hidden" name=":formstart" value="${resource.path}"/>

/apps/core/wcm/components/form/container/v1/container/container.html or /apps/core/wcm/components/form/container/v2/container/container.html