Posted by Nick
2014-06-05

can I skip send email page in guest access?
Posted by Tom
2014-06-06

Hi Nick,

>can I skip send email page in guest access?

Open web/form/app/cls_ps_(tablename).inc.php and find the following lines:
//-- [BEGIN] Send email
if ( !$this->SendRegEmail( $def,
$this->fs_reg_page3,
$this->config_email
) ) break;
//-- [END] Send email
Comment them out like
//-- [BEGIN] Send email
//if ( !$this->SendRegEmail( $def,
// $this->fs_reg_page3,
// $this->config_email
//) ) break;
//-- [END] Send email