arillo-ch / silverstripe-form-fields

Custom forms & fields for Silverstripe 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Silverstripe forms & fields

An extension that adds custom form fields & types to the Silverstripe 4.

Form Types

See docs for more information.

  • PhoneNumberField - Field for a single phone number (provides Link() support) with validation.
  • NoticeField - Add notices into the CMS. NoticeFields can be persistent across all tabs and are dismissable.
  • URLField - Easily add an validating input field for URLs.
  • VideoLinkField - Easy embedding of YouTube & Vimeo video fields in the CMS.

Object Types

See docs for more information.

  • PhoneNumber - Phone number with Link() support.
  • URL - Encode urls properly in templates.
  • Blob - Adds blob field type to the framework.
  • VideoLink - Video link field (YouTube/Vimeo supported) for easy template integration.

Requirements

  • Silverstripe ^4.0 CMS
  • Guzzle (if you require fetching of Vimeo thumbnails for VideoLink)

Installation via Composer

You can install it via composer:

composer require axllent/silverstripe-form-fields

About

Custom forms & fields for Silverstripe 4

License:MIT License


Languages

Language:PHP 93.2%Language:Scheme 2.7%Language:JavaScript 2.1%Language:CSS 2.0%