Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Torro Forms Bootstrap Markup

Descripción

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.

Capturas

  • 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

Instalación

  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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Torro Forms Bootstrap Markup» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Torro Forms Bootstrap Markup» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.1

  • Fixed: support forms without a container

1.0.0

  • First stable version