Yes, this is more of a dev list thing

Two things you have to do.

1) Edit the template to place {{variable}} information where you desire them
2) Edit reg_system.cgi (where necessary) to ensure that the variables you're
trying to view are being passed to the template.  Look for this area (this
is v2.46, but it's similar to previous versions):

    $HTML{status} = $status;
    $HTML{partner_email} = $ADMIN_EMAIL;
    $HTML{CGI} = $cgi;
    $HTML{affiliate_id} = $in{affiliate_id};

    print_form("$path_templates/thankyou.html",\%HTML);
}

sub do_bulk_transfer {

Other $HTML{variable} variables may or may not be setup previously, your
mileage may vary (I haven't actually tried this, but it *should* work)

Charles Daminato
OpenSRS Product Manager
Tucows Inc. - [EMAIL PROTECTED]

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: January 29, 2002 2:30 PM
> To: discuss list opensrs.org
> Subject: displaying info on thankyou.html page
>
>
> Hi,
>
> Does anyone know if it's possible to have the "thankyou.html" page display
> all the info that was just confirmed on the "verify.html" page?
>
> If so, can someone tell me how to achieve this?
>
>
> TIA,
> Marc
>
> p.s. should this have been posted to the dev list instead?
>

Reply via email to