I am wanting to call an application form page but also pass in the id of the vacancy a user is applying for, such as:
/apply-for-vacancy/1025
I know I could do /apply-for-vacancy?id=1025 and check the request variable but I don't want this unfriendly URL. I am still a little new to MVC and Umbraco 7 so what is the standard way of accomplishing something such as this?
Calling page with parameter
I am wanting to call an application form page but also pass in the id of the vacancy a user is applying for, such as:
/apply-for-vacancy/1025
I know I could do /apply-for-vacancy?id=1025 and check the request variable but I don't want this unfriendly URL. I am still a little new to MVC and Umbraco 7 so what is the standard way of accomplishing something such as this?
is working on a reply...