View source: R/add-update-delete-forms.R
Update a form. User must be the original owner of the form and the state of the form must be either 'WAITING_FOR_SUBMISSION' or 'REJECTED'. Froms with the states 'SUBMITTED_WAITING_FOR_REVIEW' or 'ACCEPTED' are immutable. See Synapse REST API. # nolint
1 | update_form(syn, form_data_id, file_handle_id, form_name = NULL)
|
syn |
Synapse login object |
form_data_id |
The formDataId for the form. |
file_handle_id |
A Synapse fileHandleId with the form data. |
form_name |
The name for the form. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.