How to use relative path in form action
<form action="/myapp/alterPassword" id="changepassword" method="post"
autocomplete="off" onsubmit="return checkPassword();">
<div
style="display: block; position: absolute; top: 15%; left: 35%; width: 480px;">
In the above code is there any way to use relative path instead of the myapp/alterPassword ?