Base URL for accessing free appointment slots, as configured in the FORMCYCLE backend.
Base URL for accessing attachments uploaded via upload elements.
The current context path of the web application, eg. /formcycle
.
Base URL for client counter queries as configured in the FORMCYCLE backend.
Base URL for accessing database queries as configured in the FORMCYCLE backend.
Base URL for accessing LDAP queries as configured in the FORMCYCLE backend.
Base URL for accessing CSV data sources as configured in the FORMCYCLE backend.
Base URL for accessing JSON data sources as configured in the FORMCYCLE backend.
Base URL for accessing XML data sources as configured in the FORMCYCLE backend.
URL for keeping the current session alive. Similar to a ping.
URL for executing servlet plugins.
URL for requesting a preview of a form. A preview cannot be submitted.
URL for requesting the form itself, without the fragment and any query parameters. This is the URL that was used to open the form. It is different depending on how the form was opened, e.g. whether it was opened by a frontend user or in the inbox.
URL for requesting the form itself, with the fragment and all query parameters. This is the URL that was used to open the form. It is different depending on how the form was opened, e.g. whether it was opened by a frontend user or in the inbox.
URL to which the form data is submitted.
An object with all FORMCYCLE-specific resources, such as database queries or plugin servlets. To access the URLs for the currently opened form, use
XFC_METADATA.urls
. You should always use these URLs instead of hard-coding URLs. This way you can make sure that your code keeps working even when the URL to the FORMCYCLE system changes.