ez projects / cffc_-_generate_form_tpl_fr...
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| cffc_-_generate_form_tpl_from_class_to_collected_information_from_backend | Lukasz Klejnberg | planning | 1.1 | 4.1 |
Quick install
1. Extract extension to extension directory.
2. Activate ezcffc in setup/extensions and You will see "CFFC - TPL
form" in top menu
3. Clear cache
In file ezcffc/design/standard/templates/cffc/generate_template.tpl you
can change style css for form.
Generated tpl you can upload to your design/base/override/templates/full and
set the override.ini.append.php in siteaccess. For example like
this:
[name_of_generated_form_full]
Source=node/view/full.tpl
MatchFile=full/name_of_generated_form.tpl
Subdir=templates
Match[class_identifier]=name_of_generated_form
[name_of_generated_form_mail]
Source=content/collectedinfomail/form.tpl
MatchFile=collectedinfomail/feedback_form.tpl
Subdir=templates
Match[class_identifier]=name_of_generated_form
Changelog
Friday 19 June 2009 11:53
Lukasz Klejnberg