Skip to content

korenevskiy/Multi-Form-Ajax-Easy-module-for-Joomla

Repository files navigation

Multi Form Ajax Easy Free module for Joomla

The module allows you to easily create any feedback forms. Wide functionality and easy configuration will allow you to receive messages immediately. Designed to increase sales of any sites. Sending an email and saving in article in the site category will allow you to follow all requests and allow you to create sections of reviews on the site.
https://extensions.joomla.org/extension/multi-form-ajax-easy/

Download Last Release or copy link mod_multi_form.zip

https://github.com/korenevskiy/Multi-Form-Ajax-Easy-module-for-Joomla/zipball/master

https://korenevskiy.github.io/Multi-Form-Ajax-Easy-module-for-Joomla/mod_multi_form.zip

Type of form:

  • Call button of the PopUp window with the name "Order a call"
  • Call button of the PopUp window with the choice of date and time for the callback.
  • Static form for "Feed back"
  • Form for creating reviews on the site.
  • Form for creating Questionnaires, Forms, and order Requests.
  • Form for creating requests to the site administrator.
  • Form for save files and sending files to mail.
  • Form for creating orders and purchases for the product.
  • Other types of forms with any number of options and purpose.

Opportunities:

  • Recaptcha(Google) protection from SPAM.
  • Used only loading Ajax form, this page site not use form.
  • Any number of fields with any names.
  • All types of fields are checked for fill-in errors.
  • Sending files to site, sending files to mail.
  • Hint and highlighting of fields with filling errors.
  • Any number of forms on a single page.
  • Support for Embedded and Window forms.
  • The ability to place simple links in articles to call the form from the module.
  • Support for the transfer in the reference field values for autocomplete.
  • AutoFill fields DO not reload the page.
  • You can create many buttons and links in articles on the same form with different field values and texts.
  • Sending form data to an email address.
  • Saving the form data to the site article in the specified category will allow you to create REVIEW sections.
  • Saving the form data in a hidden article on the site will allow you to always keep track of all applications.
  • Support for creating a "TinyMCE" Text Editor inside a form with font size selection, insertion of list titles, tables, fat content, paragraphs, and text alignment (with the name of the buttons in 60 languages).
  • Displaying the text of any article with each field will allow you to create questionnaires with examples and annotations for each field.
  • Filter module display conditions: menu items, IP, Mobile only, PC only, Together with another module, component only, article only, debug mode only.
  • Thanks to the module, the site turns into a store, each article can serve as a product description, and the module as a product order form.

Home page module:
//explorer-office.ru/download/joomla

Support of the social network.:
//fb.com/groups/joomlamultiform/
//vk.com/joomla_multiform
info@explorer-office.ru

Example of use in article:

1.Place the link in any article:
< a href="#mod123">Go to module< /a> or
< a href="#mod_123">Go to module< /a> or
< a href="#mfForm_123">Go to module< /a> or
< a href="#mfForm_form_123">Go to module< /a>
"123" - ID module.
After that, the page will automatically scroll or open a PopUp window.

2.Going to any section of the site will also allow you to go to the form:
< a href='/article?itemid=22#mod123'>Go to module< /a>

3.Passing values to fields by reference without reloading with scrolling:
< a href='#mod123&text0123=Madonna&text1123=My_friend'>Go to module< /a>
This way the module form will be filled with the text Madonna and My friend. where text0123 and text1123 - id field.
The page will NOT be reloaded