I'm encountering a navigating issue with an Interfaces page that I have developed. There is a form on this page with two short text fields and the submit button. There is one action on the button to Navigate to Page and the "Send data to this page" checkbox is checked.
Expected results: the Reference ID and field value are appended as parameters in the URL and passed to the next page
Observed results: A "?" is added to the URL indicating that it is trying to append parameters but there is no additional info appended to the URL; ex:
https://connex.zapier.app/prerequisites?
This is a major issue for the Interface solution we have developed, because there are a series of pages involved that require these parameters need to be passed from one page to the next. Any guidance on what is preventing there parameters from being appended?