hypejunction/forms_validation

Form validation components for Elgg

Maintainers

Package info

github.com/hypeJunction/Elgg-forms_validation

Language:Shell

Type:elgg-plugin

pkg:composer/hypejunction/forms_validation

Statistics

Installs: 54

Dependents: 0

Suggesters: 2

Stars: 1

Open Issues: 1

6.0.0 2026-05-13 09:35 UTC

README

Elgg 7.x

Screenshots

Invalid input

Features

  • Client-side validation with Parsley.js
  • Customizable error messages
  • Easy to integrate into existing forms
  • Extendable with custom validation rules

Usage

  • Validation rules and other options are described in Parsley.js documentation http://parsleyjs.org/
  • To enable client-side form validation, pass 'validate' parameter with form vars:
echo elgg_view_form('my/form', array(
    'validate' => true,
), array());

// or

echo elgg_view('input/form', array(
    'action' => 'action/my/action',
    'validate' => true,
));

Compatibility

Plugin version Elgg version
7.0.0 7.x
6.0.0 6.x
5.0.0 5.x
4.0.0 4.x
3.0.0 3.x