This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Torro Forms Bootstrap Markup

Description

This plugin is a tiny extension to the form builder plugin Torro Forms which changes the output of its forms to follow Bootstrap markup conventions. If you’re using Torro Forms in combination with a theme based on the Bootstrap CSS Framework, using this extension will ensure your forms will fit into the rest of your theme design and look good out of the box, so you don’t need to deal with it manually.

The plugin does not change any functionality, it’s just a drop-in that will mostly override the necessary templates of the main plugin.

Being built using the official extension boilerplate, this simple plugin is also a great resource to learn how to build a custom extension for the Torro Forms. If you’re a developer and would like to build your own extension, feel encouraged to browse the source code of the plugin. It is available on GitHub.

Note: This extension requires Torro Forms version 1.0.0-beta.6 at least.

Screenshots

  • A simple Torro Forms contact form embedded in the Bootstrap Basic theme
  • The same form with a horizontal layout
  • The same form after a submission that produced some errors

Installation

  1. Upload the entire torro-forms-bootstrap-markup folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Add all the post types you like, for example in your plugin or theme.

FAQ

How can I change the form layout?

The plugin adds a new section “Bootstrap Settings” to each form’s editing screen. You will find a checkbox there that will enable the respective form to be rendered with a horizontal layout.

Where should I submit my support request?

I preferably take support requests as issues on Github, so I would appreciate if you created an issue for your request there. However, if you don’t have an account there and do not want to sign up, you can of course use the wordpress.org support forums as well.

How can I contribute to the plugin?

If you’re a developer and you have some ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request in the Github repository for the plugin.

You can also contribute to the plugin by translating it. Simply visit translate.wordpress.org to get started.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Torro Forms Bootstrap Markup” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.1

  • Fixed: support forms without a container

1.0.0

  • First stable version