I have my form set to limit only one entry per user(ip). I would like to be able to display a custom message when a user tries to submit this form more than once. Currently, when a user submits more than once, the form doesn't do anything.
Thanks -
Started 8 months ago by manofleisure | 3 posts |
I have my form set to limit only one entry per user(ip). I would like to be able to display a custom message when a user tries to submit this form more than once. Currently, when a user submits more than once, the form doesn't do anything.
Thanks -
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 927, 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
MachForm Support
Thank you. It turned out that I couldn't see it because I commented out the style at an earlier time. All is well now, and thanks for the speedy reply. Great form tool!
You must log in to post.