Documentation

util.forms.form_response_value_from_form_id_and_field_id

Get a form response value from a form response when given a form ID and a form field ID. If the form response does not exist, None is returned.

Arguments:

def util.forms.form_response_value_from_form_id_and_field_id(
  form_id: str = None,
  field_id: str = None,
):

Returns the value for a form field in a form response. If the form or field can not be found, it returns None.

Example:

form_response_value = util.forms.form_response_value_from_form_id_and_field_id(
  form_id='50pc8hjgnhomku4l08rqgxetg9ektri5p70ih',
  field_id='b0363d56-b682-471a-a049-fc502cdea0cb')