Posted by Praveen
2014-02-01

Hi,
This script is awesome. But for my page i don't need the details to be mailed. Can you tel me how to remove the mail facility and be simple as storing form data in database alone...
Posted by Tom
2014-02-02

Hi,

>Can you tel me how to remove the mail facility

Open web/form/app/cls_ps_(table-name).inc.php and find the following code:

//-- [BEGIN] Send email
if ( !$this->SendRegEmail( $def,
$this->fs_reg_page3,
$this->config_email
) ) break;
//-- [END] Send email

Please comment them out. The result should look like:

//-- [BEGIN] Send email
//if ( !$this->SendRegEmail( $def,
// $this->fs_reg_page3,
// $this->config_email
//) ) break;
//-- [END] Send email