Some forms contain HTML fields that do not refresh on actions like save. That is because these fields reference Item properties, and do not actually point to them. To refresh these properties you can ...
The default method is GET. If the form uses GET, the form data is encoded in the URI as a query string. If the form uses POST, the form data is placed in the request body. For POSTed data, the enctype ...