There are several way of opening a form or performing other actions, each with a different URL. The following patterns are available:
Method | URL | Description |
---|---|---|
submit | /formcycle/form/process/formid/formversionid/?lang=de&frid=... /formcycle/form/process/formid/current/?lang=de&frid=... | Servlet for processing form data after the form has been submitted. The formversionid parameter is optional. The parameter current stands for the active form version. |
open | /formcycle/form/provide/formid | Opens the form. Available only when the form's status was set to online. |
open via alias | /formcycle/form/alias/clientid/formname/ | Same as open, but uses the form's alias instead of its name. |
open the submitted form | /formcycle/form/provide/formid/?lang=de&fcpuid=.. | Opens the completed form, where the login protection can be defined via the workflow on the status. Also known as system placeholder [%$FORM_PROCESS_LINK%]. |
open the submitted form for employees | /formcycle/form/review/formid/?lang=de&fcpuid=... | Opens the completed form, where a formcycle login is automatically required. Also known as system placeholder [%$FORM_PROCESS_LINK%]. |
All URLs can be appended with different parameters to e.g. prefill a form field or set a specific theme.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article