Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

Prevent multiple submissions on the last form page with F5

Author: Antony Corsten Reference Number: AA-00513 Views: 7816 Last Updated: 04/07/2010 10:39 AM 0 Rating/ Voters

This feature allows to prevent multiple submissions on the last form page with F5

Sometimes user can accidentally reload last page of the form with F5 button. In this case another submission will be sent.
To avoid this (to send submission only once) you can use this feature.
To activate feature add to global settings in config.php this line:

unique_data_submission = true
This will not allow to send same data twice.