I am unable to pass url in views html form action tag.
if you want to call controller from form action that time used following code:
Here SchoolController is a controller name and getSchool is a method name, you must use get or post before method name which should be same as in form tag.
SchoolController
getSchool
get
post