Wiki source code of URL zum Aufruf von Formularen
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | There are several way of opening a form or performing other actions, each with a different URL. The following patterns are available: | ||
| 2 | |||
| 3 | {{table dataTypeAlpha="0" preSort="0-asc"}} | ||
| 4 | |=Method|=URL|=Description | ||
| 5 | |submit|{{code language="none"}}/formcycle/form/process/formid/formversionid/?lang=de&frid=...{{/code}}|Servlet for processing form data after the form has been submitted. | ||
| 6 | |open|{{code language="none"}}/formcycle/form/provide/formid{{/code}}|Opens the form. Available only when the form's status was set to online. | ||
| 7 | |open via alias|{{code language="none"}}/formcycle/form/alias/mandantid/formname/{{/code}}|Same as //open//, but uses the form's [[alias>>doc:Formcycle.UserInterface.MyForms.Publish.WebHome]] instead of its name. | ||
| 8 | {{/table}} | ||
| 9 | |||
| 10 | All URLs can be appended with different [[parameters>>path:/xwiki/bin/view/Formcycle/FormDesigner/URLParameter]] to e.g. prefill a form field or set a specific theme. |