This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 38dab16
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |