Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Bots and plugins
»
AnyForm plugin
« previous
next »
Print
Pages: [
1
]
Author
Topic: AnyForm plugin (Read 5023 times)
datahell
Elxis Team
Hero Member
Posts: 9992
AnyForm plugin
«
on:
March 30, 2017, 23:59:09 »
I just released a free form generation plugin for Elxis. With
AnyForm
you can create really ANY standard form as it uses Elxis Form library in the backend. i am sure many people will love it.
You can
download AnyForm plugin
from EDC.
More information tomorrow.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
nikos
Elxis Community
Hero Member
Posts: 1053
Re: AnyForm plugin
«
Reply #1 on:
March 31, 2017, 09:16:02 »
Great news, great plugin! Congratulations !!!
Logged
Elxis Community |
Open Source Web Lab
webgift
Elxis Team
Hero Member
Posts: 4113
Re: AnyForm plugin
«
Reply #2 on:
March 31, 2017, 12:17:48 »
Really great and complete extension!
«
Last Edit: April 07, 2017, 09:42:42 by webgift
»
Logged
elxis team
-
webgift dev
-
IOSR Reseller
-
elxis 2009.3 - PHP 7.x
chongbing
Full Member
Posts: 103
Re: AnyForm plugin
«
Reply #3 on:
March 31, 2017, 18:06:51 »
Awesome!
Logged
Make it a better world,
https://EasyApps.Biz
datahell
Elxis Team
Hero Member
Posts: 9992
AnyForm plugin v1.2
«
Reply #4 on:
April 02, 2017, 09:59:34 »
Plugin
AnyForm
updated to
version 1.2
I would like to make a general presentation of the plugin as I haven't done so yet. If you have any questions you can reply below.
Most important features
With AnyForm you can create ANY form.
It uses Elxis form library in the backend.
It supports 43 different input field types (select, text, radio, checkbox, textarea, etc).
It supports fieldsets and tabs
Input elements and all other form details are declared in an XML file with simple syntax even for newbies.
Forms are multilingual.
You can choose the submitted form data to be send to one or more email addresses, and/or saved in database, and/or saved in a text file.
There is option to save both successful and unsuccessful submission attempts to Elxis logs folder (log rotation is also supported).
HTML is generated automatically, you dont need to have programming skills.
CSS and required Javascript is applied automatically.
Form validation is done automatically.
You can customize the generated forms and input fields.
Supports Dynamic form loading (a trick by me). On a single form integration you can load dynamically unlimited different forms.
There is option to change integration article's title to the form's title automatically.
The design is responsive and forms are mobile friendly.
Extended users documentation (24 pages in English) is available for licensed customers (read License below)
About 20 keywords are supported (automatic values for input items with dynamic data). Examples: {TOMORROW}, {FIRSTNAME}, {NEXTMONTH}
Download AnyForm for free from EDC
.
Examples
A few example of how you declare form items in XML files.
A text input field:
<item type="text" name="name" label="FIRSTNAME" default="{FIRSTNAME}" tip="Please write your name"></item>
A date picker:
<item type="date" name="date" label="DATE" required="1" default="{TOMORROW}" tip="" />
An "I am not a robot" captcha field:
<item type="norobot" name="notrobot" label="" default="" tip="" />
License
Plugin AnyForm
is free
. Forms generated by AnyForm display a small
copyright note
at the bottom. This is the only reward for Ioannis Sannos, the developer of AnyForm, for giving you this plugin for free. If you don't want to display this copyright you can
purchase a license to remove it
. By purchasing a copyright removal license you also get
extended documentation
for AnyForm plugin written by Ioannis Sannos.
Copyright removal and documentation by Is Open Source
«
Last Edit: April 02, 2017, 10:11:09 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Bots and plugins
»
AnyForm plugin