All Projects → silverstripe → Silverstripe Userforms

silverstripe / Silverstripe Userforms

Licence: bsd-3-clause
UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages.

Projects that are alternatives of or similar to Silverstripe Userforms

Shuffle
Shuffle every song in existence from YouTube
Stars: ✭ 131 (-0.76%)
Mutual labels:  hacktoberfest
Pesy
Project configuration for esy
Stars: ✭ 132 (+0%)
Mutual labels:  hacktoberfest
Conftest
Write tests against structured configuration data using the Open Policy Agent Rego query language
Stars: ✭ 2,047 (+1450.76%)
Mutual labels:  hacktoberfest
Simplebluetoothlibrary
Android library for simplifying bluetooth usage.
Stars: ✭ 131 (-0.76%)
Mutual labels:  hacktoberfest
V by example
Learn V by Example
Stars: ✭ 131 (-0.76%)
Mutual labels:  hacktoberfest
Mentorship Backend
Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the backend of this system.
Stars: ✭ 132 (+0%)
Mutual labels:  hacktoberfest
Picsum Photos
Lorem Ipsum... but for photos.
Stars: ✭ 1,751 (+1226.52%)
Mutual labels:  hacktoberfest
Terasologylauncher
Terasology Launcher is the official launcher for the open source game Terasology.
Stars: ✭ 132 (+0%)
Mutual labels:  hacktoberfest
Cls Proxify
Logging on steroids with CLS and Proxy. Integrated with express, koa, fastify.
Stars: ✭ 132 (+0%)
Mutual labels:  hacktoberfest
Erxes
Free and open fair-code licensed all-in-one growth marketing & management software
Stars: ✭ 1,988 (+1406.06%)
Mutual labels:  hacktoberfest
Email Outlook Message Perl
Email::Outlook::Message Perl module for reading Outlook .msg files
Stars: ✭ 131 (-0.76%)
Mutual labels:  hacktoberfest
Predictive Horizontal Pod Autoscaler
Horizontal Pod Autoscaler built with predictive abilities using statistical models
Stars: ✭ 132 (+0%)
Mutual labels:  hacktoberfest
Fabric Samples
wiki.hyperledger.org/display/fabric
Stars: ✭ 1,980 (+1400%)
Mutual labels:  hacktoberfest
Umodbus
Python implementation of the Modbus protocol.
Stars: ✭ 129 (-2.27%)
Mutual labels:  hacktoberfest
Sea
rpc framework built on grpc
Stars: ✭ 132 (+0%)
Mutual labels:  hacktoberfest
Health
Laravel Health Panel
Stars: ✭ 1,774 (+1243.94%)
Mutual labels:  hacktoberfest
Rawcms
RawCMS is the headless CMS written in asp.net core build for developers that embraces API first technology. Please give us a feedback!
Stars: ✭ 132 (+0%)
Mutual labels:  hacktoberfest
Remoting
Jenkins Remoting module
Stars: ✭ 132 (+0%)
Mutual labels:  hacktoberfest
Wopihost
ASP.NET Core MVC implementation of the WOPI protocol. Enables integration with WOPI clients such as Office Online Server.
Stars: ✭ 132 (+0%)
Mutual labels:  hacktoberfest
Boop
A scriptable scratchpad for developers. In slow yet steady progress.
Stars: ✭ 2,425 (+1737.12%)
Mutual labels:  hacktoberfest

UserForms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code.

Build Status Scrutinizer Code Quality codecov SilverStripe supported module Version License

Requirements

See the "require" section of composer.json

Features

  • Construct a form using all major form fields (text, email, dropdown, radio, checkbox..)
  • Ability to extend userforms from other modules to provide extra fields.
  • Ability to email multiple people the form submission
  • View submitted submissions and export them to CSV
  • Define custom error messages and validation settings
  • Optionally display and hide fields using javascript based on users input
  • Displays a confirmation message when navigating away from a partially completed form.

Installation

composer require silverstripe/userforms

You'll also need to run dev/build. You should see a new page type in the CMS 'User Defined Form'. This has a new 'Form' tab which has your form builder.

Spam protection

This module does not include spam protection out of the box. Without it, it's likely that your submissions could contain a considerable amount of spam. For public facing forms it is encouraged you review and install the following module plus one of the recommended 'verification system' modules outlined in the README.

Read the SpamProtection Module README for details on how to configure this module.

Documentation

Thanks

I would like to thank everyone who has contributed to the module, bugfixers, testers, clients who use the module and everyone that submits new features.

A big thanks goes out to Jan Düsedau for drawing the custom icon set for the form fields.

Versioning

This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with public visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Reporting Issues

Please create an issue for any bugs you've found, or features you're missing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].