This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Limit ip-text
Started 9 years ago by HeuF | 2 posts |
-
When you set "limit only one entry per use" option, the form should show an error message with text "Sorry, but this form is limited to one submission per user." if the user submit the form with the same ip address.
You can change the text on "includes/post-functions.php" file. Edit the file and go to around line 1716, you will see this code :
$process_result['custom_error'] = 'Sorry, but this form is limited to one submission per user.';
then simply change the text on the right side.
Now I can not find the text on "includes/post-functions.php" file. Where is it now?
Posted 9 years ago # -
The text is actually located inside "includes/language.php" file. Make sure to find it there.
MachForm Founder
Posted 9 years ago #
Reply
You must log in to post.