Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ba66e77 committed May 11, 2015
0 parents commit 38dab16
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Introduction

Webform Submit Button allows a webform creator to position the submit button
inside a webform. By default webform submit buttons are placed at the bottom
of a webform and cannot be moved.

## Installation

Webform Submit Button is installed in the usual way. See [Installing modules (Drupal 7)]
(https://drupal.org/documentation/install/modules-themes/modules-7).

## Usage

This module creates a new webform component called submit_button. The component
can be placed in the webform like any other webform. It has no meaningful
settings on it's own. It becomes a placeholder for the real submit button that
is generated by webforms. On hook_form_alter the placeholder is removed and
replaced by the webform submit button.

0 comments on commit 38dab16

Please sign in to comment.