When opening a subform with data from the main form, it uses a GET HTTP call. This limits the amount of data that can be passed to the subform (server and browser URL limits). Would like an option to use a POST HTTP method to allow for a larger amount of data sent via the HTTP body in the request.