hide_submit.admin.inc |
hide_submit.admin.inc |
|
Admin functions (settings) for the hide_submit module. |
hide_submit.api.php |
hide_submit.api.php |
|
|
hide_submit.css |
css/hide_submit.css |
|
div.hide-submit-processing {
height: 16px;
padding: 4px 4px 4px 24px;
background: url(../processing.gif) no-repeat 4px 6px;
} |
hide_submit.info |
hide_submit.info |
|
name = "Hide submit button"
description = "Hides the submit button after a form is submitted to avoid duplicate posting"
core = 7.x
tags[] = content
files[] = hide_submit.admin.inc
configure = admin/config/content/hide-submit |
hide_submit.install |
hide_submit.install |
|
Hide the submit button after clicked to prevent/reduce duplicate postings. |
hide_submit.module |
hide_submit.module |
|
This module blocks users from accidentally submitting a form twice. The
protection only comes from jQuery and is not server side, so this is only
effective against accidentally clicking of the button by users with
Javascript enabled (which is a very… |
ladda-themeless.min.css |
css/ladda-themeless.min.css |
|
/*!
* Ladda
* http://lab.hakim.se/ladda
* MIT licensed
*
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
*/.ladda-button{position:relative}.ladda-button… |
README.txt |
README.txt |
|
OVERVIEW
========
Hide submit module provides a way to hide the submit button in forms after
it has been clicked. This helps to prevent duplicate postings from people who
accidentally double click (or triple click) on a submit button.
The 7.x-2.x… |