PDA

View Full Version : Personaliz(s)ation...Redux


jeff p
05-Sep-2003, 01:36 PM
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/acatalog/show_grounds.html

Help greatly appreciated.

JeffP

NormanRouxel
05-Sep-2003, 05:37 PM
There seems to be something wrong in your template. I looked at the source for the generated page and got:-

<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