Download the PHP package rexrana/themeable-contact-form without Composer

On this page you can find all versions of the php package rexrana/themeable-contact-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package themeable-contact-form

Themeable Contact Form

Contributors: peterhebert
Tags: contact form, contact, form, bootstrap, foundation
Requires at least: 4.4
Tested up to: 5.5.1
Stable tag: 0.3.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A simple contact form plugin that allows you to customize the template to match your theme

Description

This plugin creates a simple contact form that allows you to customize the template to match your theme.

The contact form has only three fields, which is great for keeping things simple:

All fields are required in order to submit the form.

Upon successful submission, a simple thank you message will be displayed to the visitor. This message can be customized on the settings page.

Form Security

The plugin uses WordPress' nonce field functionality, as well two honeypot fields in order to prevent spam submissions.

All submitted data is validated and sanitized using the GUMP PHP input validation class.

Form Templates

The form has three basic styles:

Note - the Bootstrap and Foundation templates only provide the HTML markup. Your theme must include either the Bootstrap 4 or Foundation 6 framework in order to make the form display and for the client-side validation to function properly.

In addition to these templates, you can override the form display with custom markup to match your theme. Simply copy the default template templates/contact-form.php to contact-form/contact-form.php within your theme, and then make sure to select 'Default' under 'Form Template' in the plugin settings page.

Installation

  1. Extract the plugin .zip and upload folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to 'Settings > Contact Form' in the WordPress admin to customize your email and template settings.
  4. Insert shortcode [themeable_contact_form] in your contact page to place form.

Frequently Asked Questions

Screenshots

Changelog

0.3.3

Updated composer and node dependencies. Looser restriction on composer/installers

0.3.2

Updated composer and node dependencies.

0.3.1

Updated composer dependencies, installation instructions.

0.3.0

Properly retrieve saved plugin options for send email to.

0.2.0

Properly retrieve saved plugin options for email from name and address.

0.1

Initial plugin release.


All versions of themeable-contact-form with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
composer/installers Version *
gamajo/template-loader Version ^1.3
wixel/gump Version ^1.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rexrana/themeable-contact-form contains the following files

Loading the files please wait ....