Announcement

Collapse
No announcement yet.

Checkout DELIVERUSERDEFINED as text area

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

    Checkout DELIVERUSERDEFINED as text area

    I cannot make DELIVERUSERDEFINED into a textarea. I can change the code but it doesn't work on the test site. Do I need to change something in the order perl scripts???

    Code:
    	<div class="DeliverField">
    		<actinic:block if="%3cactinic%3avariable%20name%3d%22DeliverPrompt013Visible%22%20%2f%3e"><input type="text" name="DELIVERUSERDEFINED" size="20" maxlength="255" value="<Actinic:Variable Name="DeliverUserDefined"/>" tabindex="NETQUOTEVAR:TABINDEXDELIVERUSERDEFINED" /></actinic:block>
    	</div>
    Thank you for helping.
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    #2
    Can't see why Perl tweaks are needed. Did you try:
    Code:
    <textarea name="DELIVERUSERDEFINED" cols="40" rows="5" maxlength="255" tabindex="NETQUOTEVAR:TABINDEXDELIVERUSERDEFINED"><Actinic:Variable Name="DeliverUserDefined"/></textarea>
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Yes, I have done some more fiddling:
      tNETQUOTEVAR:TABINDEXDELIVERUSERDEFINED
      appears in the receipt and customer email, but if
      Code:
      tabindex="NETQUOTEVAR:TABINDEXDELIVERUSERDEFINED"
      is omitted it seems to work.

      Thank you Norman
      Jonathan Chappell
      Website Designer
      SellerDeck Website Designer
      Actinic to SellerDeck upgrades
      Graphicz Limited - www.graphicz.co.uk

      Comment

      Working...
      X