Skip to content

agentmedia/phine-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

= phine-forms =

The forms phine bundle allows building forms that can be sent via e-mail or stored in the database. A wide range of validations can be applied to the form elements.

== Version history ==

=== 1.0.0 ==

Included are the following form parts

  • Checkbox
  • Fieldset
  • Form
  • Radio (buttons)
  • Select (box)
  • Submit (rendered as )
  • Textarea
  • Textfield

=== 1.0.0 - 1.0.4 ===

Multiple translation additions

=== 1.0.5, 1.0.6 ===

  • Removed "number" from text field types enum and made it its own field
  • added "tel" to text field types
  • added minlength to text field
  • added minlength, maxlength and pattern to textarea (validated in PHP after post-back)

=== 1.0.7 ===

  • corrected number parsing in number field form

=== 1.0.8 ===

  • corrected step size handling and removing some invalid code

=== 1.0.9 ===

  • corrected the step attribute to default to "any"

=== 1.1.0 ===

  • Multiple Changes to allow disabling html validation

=== 1.1.0 ===

  • Multiple Changes to allow disabling html validation

=== 1.1.1 ===

  • Fixed Bug with the number field

=== 1.1.2 ===

  • Reformatted textarea form to look better

=== 1.2.0, 1.2.1 ===

  • Added customizable error texts

=== 1.2.2 ===

field values are now persistent when form is submitted

=== 1.2.3 ===

  • minor translation fixes
  • added missing "required" wording field to checkbox
  • disabled HTML validation on select field now working

About

The official forms bundle for the phine cms

Resources

License

Stars

Watchers

Forks

Packages

No packages published