extractSchemaFromFields | R Documentation |
This function is useful for creating new forms based on existing forms and may be used to copy only the fields in a single form or any combination of fields in a form tree that can be fetched with getRecords. Note some form elements such as section headers will not be represented.
extractSchemaFromFields(x, databaseId, label, useColumnNames = FALSE, ...)
x |
the remote records object fetched with getRecords. |
databaseId |
the id of the database where the form should reside. |
label |
the label of the form |
useColumnNames |
change the label of each field to the corresponding column name in the remote records object |
... |
parameters to pass on to formSchema |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.