You are here

12 calls to _webform_filter_values() in Webform 5.2

webform_client_form_submit in ./webform.module
webform_expand_date in components/date.inc
_webform_csv_data_select in components/select.inc
Return the result of a textfield submission. The output of this function will be displayed under the "results" tab then "submissions".
_webform_filter_descriptions in ./webform.module
Filters all special tokens provided by webform, and allows basic layout in descriptions.
_webform_grid_options in components/grid.inc
Utility function to split user-entered values from new-line separated text into an array of options.
_webform_render_email in components/email.inc
Build a form item array containing all the properties of this component.
_webform_render_hidden in components/hidden.inc
Build a form item array containing all the properties of this component.
_webform_render_markup in components/markup.inc
Build a form item array containing all the properties of this component.
_webform_render_select in components/select.inc
Build a form item array containing all the properties of this component.
_webform_render_textarea in components/textarea.inc
Build a form item array containing all the properties of this component.
_webform_render_textfield in components/textfield.inc
Build a form item array containing all the properties of this component.
_webform_select_options in components/select.inc
Utility function to split user-entered values from new-line seperated text into an array of options.