1
Hey there,
I hacked the index.php in the formulaire root folder to allow anonymous submissions...
line 458 was
if( $expe == "on" ){
change to
if( $expe == "on" && $xoops_isuser ){
seems to allow anonymous submissions... but now i get no emails...
how do we get anonymous access?
thanks
ryan.