You are here

17 calls to _webform_filter_values() in Webform 6.3

webform_client_form_submit in ./webform.module
Submit handler for saving the form values and sending e-mails.
webform_email_edit_form in includes/webform.emails.inc
Form for configuring an e-mail setting and template.
webform_format_email_address in ./webform.module
Given an email address and a name, format an e-mail address.
webform_format_email_subject in ./webform.module
Given an email subject, format it with any needed replacements.
webform_submission_send_mail in includes/webform.submissions.inc
Send related e-mails related to a submission.
_webform_filter_descriptions in ./webform.module
Filters all special tokens provided by webform, and allows basic layout in descriptions.
_webform_render_component in ./webform.api.php
Render a Webform component to be part of a form.
_webform_render_date in components/date.inc
Implements _webform_render_component().
_webform_render_email in components/email.inc
Implements _webform_render_component().
_webform_render_hidden in components/hidden.inc
Implements _webform_render_component().
_webform_render_markup in components/markup.inc
Implements _webform_render_component().
_webform_render_number in components/number.inc
Implements _webform_render_component().
_webform_render_select in components/select.inc
Implements _webform_render_component().
_webform_render_textarea in components/textarea.inc
Implements _webform_render_component().
_webform_render_textfield in components/textfield.inc
Implements _webform_render_component().
_webform_render_time in components/time.inc
Implements _webform_render_component().
_webform_select_options_from_text in components/select.inc
Utility function to split user-entered values from new-line separated text into an array of options.