Skip to content

Handful snippets for Fluent Forms WordPress Plugin

Notifications You must be signed in to change notification settings

fluentform/fluentform-snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippets for Fluent Forms Plugin

This repository contains useful fluent form snippets which will make your forms more powerful. Please use which are appropriate for you.

PHP Snippets

  • Email Validation : Limit Domains Limit Email Domains (Accept only particular Domains) View Snippet
  • Email Validation : Ban Domains Ban Email Domains (Ban particular Domains) View Snippet
  • Email Validation with TrueMail Validate Email with TrueMail API View Snippet
  • TextArea Validation Check if textarea contain url. if yes, make the form submission failed. View Snippet
  • Ban Email Domains Make the form submission failed if contains certain email domains. View Snippet
  • Limit specific Email Domains Limit the specific domain emails as valid. View Snippet
  • Limit Checkbox/Radio/Select options based on previous submissions Showing only less than max items from the previous responses. View Snippet
  • Confirm email field Validate email field with confirm email field. View Snippet
  • Custom Validation Validate any field. View Snippet
  • Input Data Validation Validate form data. View Snippet
  • Delete Form Assets Delete assets. View Snippet
  • Delete Pending Payments Pending Payment status entries automatically if 10 minutes exceeded. View Snippet
  • Delete existing submission on new submission Imagine, You want to just keep only one entry from a user. View Snippet
  • Additional file types option to your file upload field Add supports for new file types. View Snippet
  • Convert the email body in pure-text format Plain text email. View Snippet
  • Shuffle the Checkable items on render Randomize the order of options. View Snippet
  • Input Data Attributes Custom input attributes for input fields. View Snippet
  • ACF Repeater Field on User Regristration Format and update ACF repeater field meta for user registration. View Snippet

Contribution:

Please feel free to fork and contribute and do a pull request.

Useful Links

About

Handful snippets for Fluent Forms WordPress Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.5%
  • JavaScript 6.5%