pub async fn create_form_with_id(
configuration: &Configuration,
form_id: &str,
form_request: Option<FormRequest>,
) -> Result<FormResponse, Error<CreateFormWithIdError>>
Expand description
Creates a form. You can optionally specify an Id for the form, if not provided one will be generated.