ForageWeb.ForageView.forage_form_check

You're seeing just the callback forage_form_check, go back to ForageWeb.ForageView module for more information.
Link to this callback

forage_form_check(form_data, form_field, arg3, options, function)

Specs

forage_form_check(
  form_data(),
  form_field(),
  String.t(),
  options(),
  (form_data(), form_field(), options() -> safe_html())
) :: safe_html()

Specialized version of ForageWeb.ForageView.forage_form_check/6. that's meant to use the application's error helpers module for internationalization.

This callback is automatically implemented by use ForageWeb.ForageView, ...

Examples

TODO