Announcement

Collapse
No announcement yet.

Hidden input tags in bespoke forms

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Hidden input tags in bespoke forms

    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
    OXLink Web Design (Oxford)
    Actinic developers since version 3
    01865 361696

    #2
    Unfortunately the bb script has access to all files in the Actinic directories. Maybe someone on here can suggest a method to hide it or strip out the hidden tag only for this form.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Cheers, Bruce. If there's nothing obvious then, I'll have a look at amending the perl to exclude the string replace on specific forms.

      Many thanks for your reply.

      Angi
      OXLink Web Design (Oxford)
      Actinic developers since version 3
      01865 361696

      Comment

      Working...
      X