How to get identity of an html page for prebuilt action?

Options

I would like to build conditional html sections on the page while the page is being assembled by Convio backend.

In Forms I can use the following statements with 1560 and 1403 are form id's.

<!-- old form 1 -->

]x::x1560x::

<

a href="https://secure3.convio.net/ucsf/site/Donation2?df_id=1403&1403.donation=form1" >

<

img src="../ucsf/general/wrappers/forms/images/sb-make-gift.gif" style="margin-left:20px;" border="0" />

</

a>

::]]

<!-- old form 2 -->

]x::x1403x::

<a href="https://secure3.convio.net/ucsf/site/Donation2?df_id=1560&1560.donation=form1" >

<

img src="../ucsf/general/wrappers/forms/images/sb-pledge-payment.gif" style="margin-left:20px;" border="0" />

</

a>

::]]

Adding code below gives form id of 1001 for every html page. Form name is not known. Ghost form is not accessible.

<

p>form id: ]</p>

<

p>form name: ]</p>

How can this be done for the html page where API resides?

Thanks,

-serge

Tagged:

Categories