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?