How do I configure built in form Component in CQ 5? | Community
Skip to main content
Level 2
October 16, 2015
Solved

How do I configure built in form Component in CQ 5?

  • October 16, 2015
  • 2 replies
  • 1054 views

I have dragged the predefined Form component in my page.

[img]form.PNG[/img]

I want to configure this form component i.e. by default it's points to itself, and data goes in BulkEditor. I want my data to be submitted to my own servlet. So how do I make the action="/MyServlet"

I also want to include my .js validation on this page, I tried using this linkhttp://www.sfu.ca/itservices/cms/howto/advanced/style-a-page/customjavascript.html but I just don't have the option of adding .js in my page properties, why?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Scott_Brodersen

You should use client library folders to add javascript files:

http://dev.day.com/docs/en/cq/current/developing/clientlibs.html

scott

2 replies

Scott_Brodersen
Level 8
October 16, 2015
Scott_Brodersen
Scott_BrodersenAccepted solution
Level 8
October 16, 2015

You should use client library folders to add javascript files:

http://dev.day.com/docs/en/cq/current/developing/clientlibs.html

scott