Function create_form

Source
pub async fn create_form(
    configuration: &Configuration,
    form_request: Option<FormRequest>,
) -> Result<FormResponse, Error<CreateFormError>>
Expand description

Creates a form. You can optionally specify an Id for the form, if not provided one will be generated.