Skip to content
Zotonic
  • Start
  • Guides
  • Reference
  • Releases

Live search

Search across all Zotonic content

Type at least two characters

Results are matched against titles, summaries and topics as you type.

Notifications
  • Reference
  • Backend developer
  • Forms
  • Surveys
  • Notification
  • Query

observe_survey_get_handlers/3

Fetch list of handlers for survey submits.

Type:

foldr

Return:

list with tuples: [ {handler_name, TitleForDisplay}, ... ]

#survey_get_handlers{} properties: none

Edit on GitHub

Related documentation

Models

survey

Model for survey reporting and participant state, including results, totals, per-user answers, exports, and result handlers.

Notifications

observe_survey_submit/2

A survey has been filled in and submitted.

Models

survey_saved

Model for saving and retrieving intermediate survey answers for users. There can only be a single intermediate result per user/survey or

Notifications

observe_auth_identity_types/3

Return the list of identity types that allow somebody to logon and become an active user of the system. Defaults to [ username_pw ]. In the…

Notifications

observe_survey_result_columns/3

Add header columns for export. The values are the names of the answers and the text displayed above the column. The text format is for a…

Notifications

observe_survey_is_submit/2

Check if a question (page block) is a submitting question.

Notifications

observe_survey_is_allowed_results_download/2

Check if the current user is allowed to download a survey.

Notifications

observe_media_identify_extension/2

Try to find a filename extension for a mime type (example: <<".jpg">> )

Notifications

observe_search_query/2

Map a custom search term to a #search_sql_term{} record.

GitHub © 2026 Zotonic