Skip to Main Content
Categories SmartForms
Created by Guest
Created on Sep 24, 2021

Option to use a POST rather than GET for passing data to a subform

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.
  • Attach files