MJ Form Builder with jQuery / PHP Email Functionality

Let your users create their own form with built-in email functionality!

  • Compatible with Bootstrap and Non-Bootstrap
  • No database required
  • Available in 66 languages
  • jQuery / PHP Email function ready
  • HTML 5 validation
  • Real-time validation (MJ Form Validation)
  • Date/Time Picker
  • Back-end is 100% customizable, you may use your own code
  • WP Gravity Form inspired
  • Easily configure the title, description, settings and confirmation message using the form settings.
  • Standard Fields
    • Single Line Text (Textbox)
    • Paragraph Text (Textarea)
    • Dropdown
    • Multi Select
    • Checkboxes
    • Radio Buttons
    • Number
  • Advanced Fields
    • Date
    • Time
    • Website (URL)
    • Email
    • File Upload
  • Notifications - Easily configure notification emails that are sent when a form is submitted. Quickly respond to users filling out your form with a User notification that acts as an auto-responder thanking them for submission.

 

Spam Security Features

  • Allow users to send an email every 30 seconds
  • reCaptcha

 

Road Map / Future Features

  • Advanced Fields - Sometimes standard form fields just don't cut the mustard. That's where the advanced fields come in.. from capturing names, addresses and phone numbers. The advanced fields are here to make your life even easier.
  • Pricing Fields - Order forms can incorporate pricing specific fields to allow your users to make selections and generate a total based on product and option selections.
  • Conditional Logic - Conditional Logic allows you to configure your form to show or hide fields, sections, pages or even the submit button based on user selections. This allows you to easily control what information your user is asked to provide on your WordPress powered site and tailor the form specifically to their needs.
  • and many more...

 

NOTE: You can send your suggestions, comments, concerns, or inquiries through mj.plugins.info@gmail.com or by filling up the contact form of my website. I'm having trouble using Disqus lol.

Screenshots

Numeric Input

Numeric Input is a plugin that allows you to use <input type = "number"> in the dialogs of CKEditor.

If you have created a dialog and want to add a field in which the user can only enter a number, the CKEditor only lets you use a text field and add a validation when the user clicks on the OK button in the dialog.

To improve the user experience and usability of their plugins, you can add the Numeric Input plugin to your editor.

With Numeric Input You can tell the browser user that the field is type = "number"; in this way the browser will:

  • Prevent the user to enter non-numeric values
  • Offer buttons to increase or decrease the numerical value
  • Prevent the user to enter a value out of range

With Numeric Input you can define the valid number range and the value to add or subtract when the user clicks the buttons to increase or decrease.

In version 0.2 we have added a numericinput_modifyfields configuration option to apply these improvements to existing dialogs without the need to change them, please take a look at our demo.

Screenshots

numericinput

8,017 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 0.2

DownloadRelease notes

Included the optional configuration entry numericinput_modifyfields to allow easy customization of existing dialogs (eg: table, image, or other third party plugins)

Bootstrap Table

Same as CKSource's Table plugin plus the ability to add Bootstrap Table classes.

INSTALLATION Same as CKSource's Table

 

NOTE: You can send your suggestions, comments, concerns, or inquiries through mj.plugins.info@gmail.com or by filling up the contact form of my website. I'm having trouble using Disqus lol.

Screenshots

bootstrapTable

24,663 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

Initial release

Google This Term

A simple CKEditor context menu plugin to add a menu button for searching selected word on the google.

 

Dependency:

CKEditor Context Menu plugin is required

 

Installation:

add "googlethisterm" to your ckeditor's extraPlugins variable.

googlethisterm

8,002 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.2

DownloadRelease notes

Not that serious

Select All Context Menu

A simple CKEditor plugin which adds a button to the context menu of CKEditor to select all the content of a editable area.

 

Dependencies:

This plugin requires the context menu plugin of CKEditor

selectallcontextmenu

11,081 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.1

DownloadRelease notes

Fixed language issue.

Paste From Excel

pastefromexcel plugin for CKEditor 4

This plugin is to fix a issue, related to copy from excel, which some styles like background color or font color are not copied into CKEditor area. This plugin is replacing getData function which is part of clipboard plugin for converting internal styles described in style tag to inline style of respective node of the document.

Installation
  1. Copy whole pastefromexcel plugin folder into ./plugins folder of CKEditor.
  2. Add below line into config.js file.
config.extraPlugins = 'pastefromexcel';
pastefromexcel

47,052 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

First Version.

Enhanced Color Button

Enhanced Color Button

Enhanced Color Button is a CKEditor's plugin developed based on Color Button plugin (version 4.5.8 released on March 31, 2016) provided by CKSource team and it introduces additional features in addition to Color Button. Source code of Color Button plugin was copied and modified in this plugin for giving user convenience. Changes are elaborated in (Changes.md)[Changes.md] file.

New Features
  • New Quick Apply Button

    User can apply font color and background color of font through one click.

  • Indicator of current used color

    Toolbar icons show a color lastly used by user for easy use of Quick Apply Button.

Installation

To use this plugin, "colorbutton" plugin should be removed first. Then, follow below steps.

  1. Copy whole enhancedcolorbutton plugin folder into ./plugins folder of CKEditor.
  2. Add below line into config.js file.
config.removePlugins = 'colorbutton';
config.extraPlugins = 'enhancedcolorbutton';
enhancedcolorbuttton

15,385 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.1

DownloadRelease notes

First Version.

Deselect for IE11 bugfix

Deselect plugin for CKEditor 4

This plugin is to fix a issue related to IE 11, which was reported to CKEditor team (Issue #14646), and it will be used temporarily until the issue is fixed.

Installation
  1. Copy whole deselect plugin folder into ./plugins folder of CKEditor.
  2. Add below line into config.js file.
config.extraPlugins = 'deselect';
 
deselect

10,371 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

First Version.

Table Cells Selection

CKEditor plugin for intuitive table cells selection (like MS Excel or Google Docs).

Screenshots

ckeditortablecellsselection

24,741 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 0.0.2

DownloadRelease notes

Table Tools Toolbar

A plugin for CKEditor 4, that add toolbar's groups with buttons relevant to tabletools plugin's table's context menu items actions.

Screenshots

tabletoolstoolbar

32,555 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 0.0.1

DownloadRelease notes

First version)

Twitter Facebook Facebook Instagram Medium Linkedin GitHub Arrow down Phone Menu Close icon Check