
03-28-2010, 04:30 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by harleyparts
this part of the script , what if 1000's of people submitted the script would it wrap or is there a way to take this part out or disable it so it doesn't show who submitted the form ?
just wondering
thanks a bunch :up:
|
- import (upgrade) attached Easy Forms product file
- Add the following php code to Form Hook: Before Submit:
PHP Code:
$disabled_updateuserids = true;
|