FormSubmissionRequest.listTextFields

Get lists with the names and values of the text fields contained in the form associated to @request. Note that names and values may be %NULL.

If this function returns %FALSE, then both @field_names and @field_values will be empty.

class FormSubmissionRequest
bool
listTextFields
(
out PtrArray fieldNames
,
out PtrArray fieldValues
)

Parameters

fieldNames PtrArray

names of the text fields in the form

fieldValues PtrArray

values of the text fields in the form

Return Value

Type: bool

%TRUE if the form contains text fields, or %FALSE otherwise

Meta

Since

2.20