Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Dynamic site and form: need help!

Quote Reply
Dynamic site and form: need help!
Hi all!

One week ago I have transferred(translated) a site in a dynamic mode. Right after it at me problems with statistics at the sponsor have started to arise: at him cliques on references to my site are not taken into account. By steadfast survey I have found out, that the dynamic operating mode corrects my code of references and consequently the statistics is not conducted correctly.

This code correctly works in a static mode:
<form method="get" action="<............>"
<.................>
<input type="hidden" name="pid" value=".............">
<input type="hidden" name="aid" value=".............">
<input type="hidden" name="url" value=".............">
<input type="submit" value="Buy">
</form>

But in a dynamic mode it varies and looks so:

<form method="get" action="<............>"
<input type=hidden name='d' value='1'>
<.................>
<input type="hidden" name="pid" value=".............">
<input type="hidden" name="aid" value=".............">
<input type="hidden" name="url" value=".............">
<input type="submit" value="Buy">
</form>

Accordingly, the statistics completely breaks also I lose the points at the sponsor.
Who can will prompt, in what way it is possible to bypass this problem that at generating the form this code was not inserted:
<input type=hidden name='d' value='1'>

Best regards,
Bigpat


_________________________________________________________________________________________________________________
Web directory and search engine | Dirlist.net Directory - Add your link today.
Quote Reply
Re: [Bigpat] Dynamic site and form: need help! In reply to
That's going to be a hard one.

The template parser is updating the various calls to allow dynamic mode.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.