Introduction
The SimpleForm2 module is a powerful tool for creating contact forms, order forms, and other types of forms on Joomla websites. It is compatible with Joomla versions 3.x, 4.x, and 5.x, as well as older versions 1.5.x, 1.6.x, 1.7.x, and 2.5.x (though support for the older versions has been discontinued).
The module is built on AJAX technology, which means that form submissions happen without the page reloading. This provides a smooth and seamless user experience. Additionally, the module is designed to work even if the user has JavaScript disabled, ensuring accessibility.
SimpleForm2 form code example
{form title="Contact form" description="Please fill all the fields."}
{element label="Your name" type="text" required="required" error="Please enter your name"/}
{element label="Your e-mail" type="email" required="required" error="Please enter your e-mail"/}
{element label="Your message" type="textarea" required="required" error="Please enter your message"/}
{element type="checkbox" required="required" error="Please agree for the data processing" send-in-email="no"}
{option label="I agree for the data processing" value="ok"/}
{/element}
{element type="submit" value="Submit"/}
{/form}
SimpleForm2
- Version:
- 4.1.0
- Developer:
- Oleg Micriucov
- Last updated:
-
May 08 2024
6 months ago - Date added:
- May 04 2024
- License:
- GPLv2 or later
- Type:
- Free download
- Includes:
- m p
- Compatibility:
- J3 J4 J5 (b/c plugin)
Share