You are here

README.txt in Hide submit button 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7.2 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 "double clickers"
a jQeury snippet is used and it is injected to selected pages

-------------- CREDITS and reference ---------------------------------

jQuery snippet was taken from Ted Serbinski's blog
http://tedserbinski.com/tags/jquery/how-prevent-duplicate-posts

Check also this discussion:
http://drupal.org/node/107358

-------------- INSTALLING -----------------------------------------
hide_submit can be installed simply by activating the module.
There are no module dependencies.
There are no table components.

File

README.txt
View source
  1. -------------- OVERVIEW -------------------------------------------
  2. hide_submit module provides a way to hide the submit button in forms after
  3. it has been clicked. This helps to prevent duplicate postings from "double clickers"
  4. a jQeury snippet is used and it is injected to selected pages
  5. -------------- CREDITS and reference ---------------------------------
  6. jQuery snippet was taken from Ted Serbinski's blog
  7. http://tedserbinski.com/tags/jquery/how-prevent-duplicate-posts
  8. Check also this discussion:
  9. http://drupal.org/node/107358
  10. -------------- INSTALLING -----------------------------------------
  11. hide_submit can be installed simply by activating the module.
  12. There are no module dependencies.
  13. There are no table components.