pub async fn create_form_field(
    configuration: &Configuration,
    form_field_request: Option<FormFieldRequest>
) -> Result<FormFieldResponse, Error<CreateFormFieldError>>
Expand description

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