function check_subscribe_form () {
    validate('email_id','email',1);
    return process_validator();
}

