Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/central-submissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/web-forms-intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down