Announcement

Collapse
No announcement yet.

Personaliz(s)ation...Redux

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

    Personaliz(s)ation...Redux

    Have many products that come with individual personalizations...Norman gave me a template alteration which I made...HOWEVER...it still is coming up as a required field...even though there is something in it.

    Link is: http://www.solutions-marketing.net/a...w_grounds.html

    Help greatly appreciated.

    JeffP
    Jeff Pollack
    www.alldawgs.com
    www.profleeceusa.com
    www.4dogclubsonly.com
    www.silverwood2007.com

    #2
    There seems to be something wrong in your template. I looked at the source for the generated page and got:-

    Code:
    <input type=text size="50" name=O_K842" value="Enter personalization if desired, then click box" maxlength="1000">
    The

    name=O_K842"

    bit is wrong. It should be

    name="O_K842"

    See that extra quote. Look in your template and check that you have

    name="O_NETQUOTEVAR:OTHERINFOPROMPT"

    as this is needed to generate the correct code as above.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X