Path

ez projects / cffc_-_generate_form_tpl_fr...


CFFC - Generate form tpl from class to collected information from backend

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

This module allows for easy to generate form from class and save it to
*.tpl which can be used in design/base/override/templates/full.

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

 

Screenshot

This project has no reviews yet. Be the first one to review it!

No forum messages yet.