diff --git a/docs/central-submissions.rst b/docs/central-submissions.rst index 5c3023084..3adb2445e 100644 --- a/docs/central-submissions.rst +++ b/docs/central-submissions.rst @@ -75,6 +75,13 @@ Once a Link is created, it will appear in the table, along with a web address yo You cannot yet edit any of the details of a Public Link. +.. _central-submissions-link-default-parameters: + +Default Parameters +^^^^^^^^^^^^^^^^^^ + +You can add parameters to the public link URL to set values when the form is opened. This can be useful to fill the form with data that's available on the page where the link is clicked. Parameters must be in the format :code:`d[{XPath}]={value}`, where XPath is the ref of the element you want to set, and value is the string value. For example, :code:`d[/root/name]=odk` will set the string "odk" into the name element. You can set values on multiple elements by including more parameters. + .. _central-submissions-link-revoke: Revoking a Link diff --git a/docs/web-forms-intro.rst b/docs/web-forms-intro.rst index e03afed3a..6580dff71 100644 --- a/docs/web-forms-intro.rst +++ b/docs/web-forms-intro.rst @@ -32,7 +32,6 @@ We've extensively tested ODK Web Forms and consider it ready for production use For users who have been using web forms in Central prior to v2026.2.0, here is functionality in Enketo that's coming to Web Forms, in rough order of priority: * One question per page -* Query parameter defaults * Jump to first error * Last-saved * Satellite basemaps