Quantcast
Viewing all articles
Browse latest Browse all 9614

Re: How to integrate custom registration form with Coppermine's functionality

For I agree page (if you enabled it in config):

[code]
    echo <<< EOT
        <form name="cpgform" id="cpgform" method="post" action="$CPG_PHP_SELF">

EOT;

    starttable(-1, cpg_fetch_icon('add_user', 2) . $lang_register_php['term_cond']);

    echo <...

Viewing all articles
Browse latest Browse all 9614

Trending Articles