Expand my Community achievements bar.

SOLVED

Adaptive Form submit action

Avatar

Former Community Member

Hi All,

I want to customize submit action of the  adaptive form such that on submit, I want to capture the field’s value and want to pass these value to Sling Servlet. I am unable to call java script function (Ajax) in  post.POST.jsp file to pass value to the Sling Servlet.Please help me on this.

1 Accepted Solution

Avatar

Correct answer by
Employee

You can use submit action as rest end point. This submit action is used for POST and GET calls. So you can create your own *.jsp for expected result.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

You can use submit action as rest end point. This submit action is used for POST and GET calls. So you can create your own *.jsp for expected result.