create_odkc_draft_form | R Documentation |
Create an ODK Central draft form See reference ODK API documentation in https://odkcentral.docs.apiary.io/#reference/forms/draft-form/creating-a-draft-form for more details.
create_odkc_draft_form(un, pw, form_url)
un |
string containing the ODK Central username. |
pw |
string containing the password for user 'un'. |
form_url |
string containing the URL of the ODK Central form to be published, e.g. "https://sandbox.central.getodk.org/v1/projects/project-id/forms/form-id". |
This function returns the content of the request to the ODK Central API.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.