Plugin info

Total downloads: 1,139
Active installs: 0
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/10/2014 (4221 days ago)
Added to WordPress: 5/22/2014 (11 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 3.7.41
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4221 days ago • 1 reviews

22/100

Is Lowlevel Webforms abandoned?

Possibly abandoned (last update 4221 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 3.7.41
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

MailerLite – Signup forms (official)
Rating 3.1/5 (37 reviews)Active installs 90,000
Enormail Sign Up Forms
Rating 0.0/5 (0 reviews)Active installs 400
Vtiger CRM Integration for WordPress
Rating 3.4/5 (12 reviews)Active installs 300
DB-Views: Dashboards, Data Tables and Webforms
Rating 5.0/5 (2 reviews)Active installs 200
Official Easymailing
Rating 5.0/5 (1 reviews)Active installs 80

Description

Most webform plugins let you create forms interactively. They have many options, some even let you insert PHP code. But in the end they all create some html.

The idea of this plugin is that it creates basic html which you then can modify for your needs. The plugin sends emails to the visitor and the admin, for each of them you can create a template containing the field values. And it provides the hooks you need to create your own functionality.

Links

Installation

  1. In your WordPress backend, go to the ‘Plugins’ page, click ‘New’ and enter ‘lowlevel-webforms’ in the search field. Find the plugin in the list and click ‘install’.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. In the plugin options, add the forms you need. They will be created as custom posts, you will find them in the webforms menu.
  4. Via ftp, go to /wp-content/themes/[current theme]/webforms/[form name] and modify the file. Create any html form you like.
  5. In the backend on the corresponding webform post, set the options you need for sending emails. In all templates you can add {variablename} for each variable you used in the form
  6. Add custom functionality in functions.php

For basic usage, see the video. In functions.php the following options are available:

hooks:

  • lw_webform_form_setup
  • lw_webform_form_validate
  • lw_webform_form_action

global variables:

  • global $lw_webform_id;
  • global $lw_webform_errors;
  • global $lw_webform_messages;
  • global $lw_webform_values;
  • global $lw_webform_search;
  • global $lw_webform_replace;
  • global $lw_webform_use_admin_email;
  • global $lw_webform_use_user_email;
  • global $lw_webform_success_page;
  • global $lw_webform_success_message;
  • global $lw_webform_admin_attachments;
  • global $lw_webform_user_attachments;

They are used to reset values defined on the form page. Please contact us for the full description

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.1

  • First commit