action attribute on form is now optional
If action attribute is not present, form data is submitted to the page's own URL.
replace="document": when the form is submitted, the entire document is replaced by the returned content
replace="values": when the form is submitted, the server response contains new values with which to fill the form fields