- animateclay answered »Theme by iThinkMedia.com footer - Beacon for Hackers?« 03. Jul
- videokid answered »New pgForm prerelease (0.9)« 03. Jul
- dks answered »Split: Themes Included with Zikula« 03. Jul
- Wendell answered »pagesetter pdf output« 03. Jul
- dl7und answered »category-specific module template?« 03. Jul
- pnFilip answered »Scribite xinha/mediaattach plugin« 03. Jul
- espaan answered »Top List Broken after Upgrade?« 03. Jul
Login
formicula - v2.1
Author: Frank Schummertz (landseer)
Zikula Version: Zikula 1.0.0
Category: Utility
API Compliancy:
Yes
pnRender Compliancy:
Yes
Description:
Formicula is a module that allows you to create any kind of contact form with free configurable amount of input fields.
Features/changes:
* unlimited number of forms with unlimited number of free configurable input fields
* contact data get stored in the database now
* extended options per contact possible
* client side input validation (optional)
* added simple captcha for spam check
* xhtml compliant templates
* option to pass data to forms which allows you to use eg. Pagesetter data in formicula forms.
For .764: AjaxSupportPackage for client side input validation available at http://noc.postnuke.com/frs/?group_id=8
System Requirements:
For the client side input validation in .764 (with formicula 1.1) the AjaxSupportPackage needs to be installed (see extended description).
Support Information:
Formicula 1.1 is designed for .764, but no longer supported!
Formicula 2.0 is designed for Zikula 1.0.0 or newer and will not work with .764!
Formicula 2.1 is designed for Zikula 1.1.0 or newer and will not work with .764! Installation of an older version of Formicula on Zikula 1.1.0 will fail as well.
Supported Languages: German, English, French, Spanish, Italian, Dutch
Change Log:
Formicula 2.0 (fs)
Zikula 1.0 only version
Formicula 1.1 (fs)
fixed [#3263] Rechenaufgabe wird nicht immer angezeigt
fixed [#3311] wrong field type
fixed [#3430] Contacts not transferred on upgrade
fixed [#3429] Captcha function not working
Formicula 2.1
see the changelogComments
Right now this is not possible, at least I don't know (yet?) how to achieve this.
The fact that Formicula lets you define ANY number of fields makes it hard to connect it with Pagesetter without hacking the Formicula code. You need a mapping between the Formicula data fields and the Pagesetter data fields.
There is a feature request on NOC already that I keep open just to remind me about this
I am happy that I only had three in them, so I could easily add them again.
And second case: you use font Bitstream Vera Sans, which is copyrighted, I guess.
Thanks - impressive work!
Greetings,
Chris
Thanks,
mG.
which nees to be writable for the webserver. when restricting acces via a .htaccess file
to pnTemp, you have to open this subfolder for images:
<.htaccess>
SetEnvIf Request_URI "\.gif$" object_is_gif=gif
SetEnvIf Request_URI "\.png$" object_is_png=png
SetEnvIf Request_URI "\.jpg$" object_is_jpg=jpg
Order deny,allow
Deny from all
Allow from env=object_is_gif
Allow from env=object_is_png
Allow from env=object_is_jpg
I know this place is not to get support but the support site is in German
Is it possible to create multi-step form with Formicula? Any hint would be appreciated.
huseyin
for example, a forum where users are applying for a job, the ability for them to select their resume and it would be added as an attachment would be a very useful tool.
not sure if this is possible but.. something to think about
Code
Noticing that FileUtil.class.php is actually in includes/pnobjlib/ instead of the includes folder, I played around by copying FileUtil.class.php to the includes folder as well. That generated the following error:
Code
At that point, noticing that StringUtil.class.php is similarly located in includes/pnobjlib/ I copied that file, too, to the includes folder, and then got the following error when trying to install the module:
Code
Any ideas?
Anyways an issue like this should be reported at formicula@Cozi or in the Forum
Quote
* Distribution versions: check supported core versions
* checkout page: core version related compatibility checks
extdb is already a very very comprehensive project. So please look at what is already there instead of what is still missing

Comment by:
Wendell
26 Aug 2006 - 10:44PM
Can the data from Formicula forms be sent to Pagesetter and stored by Pagesetter into the database? I'm trying to find a way to replace the Pagesetter input forms and/or FormExpress. Formicula seems like it would be the way to go, but I'm not sure how to go about it. Is this possible?