Hi all,
Sorry to bother.
Irritating issue with Actinic adding in a hidden input tag into my currency converter form at the moment. It only appears when logged in and has the following format:
<input type="hidden" name="ACTINIC_REFERRER" value="/cgi-bin/bb000001.pl?PRODUCTPAGE=../index.html" />
Note: I've edited it to be XHTML compliant. It's in AccountsScript.pl
I'm sure I'm being dumb but I can't find a way of letting Actinic know that this form should not be 'messed with'. I obviously don't want to remove the hidden input tag entirely from the perl script as it's needed elsewhere.
I've searched all over the forum and in the AUG but can't find an answer. Can anyone shed any light?
Much thanks.
Angi
Sorry to bother.
Irritating issue with Actinic adding in a hidden input tag into my currency converter form at the moment. It only appears when logged in and has the following format:
<input type="hidden" name="ACTINIC_REFERRER" value="/cgi-bin/bb000001.pl?PRODUCTPAGE=../index.html" />
Note: I've edited it to be XHTML compliant. It's in AccountsScript.pl
I'm sure I'm being dumb but I can't find a way of letting Actinic know that this form should not be 'messed with'. I obviously don't want to remove the hidden input tag entirely from the perl script as it's needed elsewhere.
I've searched all over the forum and in the AUG but can't find an answer. Can anyone shed any light?
Much thanks.
Angi
Comment