2017 © Pedro PelĂĄez
 

library canarium-modules-form

Extends Canarium to handle dynamic form creation.

image

unarealidad/canarium-modules-form

Extends Canarium to handle dynamic form creation.

  • Wednesday, January 4, 2017
  • by unarealidad
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Form

Extends Canarium to handle dynamic form creation. This allows administrators to view, create, update, and delete forms for guests and users to fill up in the website., (*1)

Installation

Install via composer:, (*2)

composer require unarealidad/canarium-modules-form dev-master, (*3)

Add Form to your Appmaster's config/application.config.php or your Appinstance's config/instance.config.php under the key modules, (*4)

Go to your Appinstance directory and run the following to update your database:, (*5)

./doctrine-module orm:schema-tool:update --force, (*6)

Configuration

None, (*7)

Exposed Pages

URL Template Access Description
/form/:form-id form/index.phtml Public Shows the specified form
/form/thank-you form/thank-you.phtml Public The thank you page after a successful submission
/form/submitted-forms form/submitted-forms.phtml User List of forms submissions viewable to the current logged in user
/admin/form admin/index.phtml Admin Shows the list of forms created by the logged in user
/admin/form/submitted-forms admin/submitted-forms.phtml Admin Shows the list of submitted forms that the user has access to
/admin/form/settings admin/settings.phtml Admin Form related customizations

* All template locations are relative to the Appinstance root's /public/templates/form/. Sample templates are provided in the module's view/ directory., (*8)

Additional Customization

None, (*9)

Exposed Services

form_form_service - Main service. Handles form related operations, (*10)

The Versions

04/01 2017

dev-master

9999999-dev http://www.canarium.ph

Extends Canarium to handle dynamic form creation.

  Sources   Download

MIT

The Requires

 

by Mel R. Penetrante

canarium una realidad