Announcement

Collapse
No announcement yet.

Prompt Field how to make optional

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

    Prompt Field how to make optional

    Hi Guys
    I am using the other Info field under Prompts. I sell trophys with or with out engraving .This field is used for the purchaser to enter thier engraving inscription, the problem is that not all purchases want engraving but unless they enter somethin in this field thay cant procced with the purchase.

    Is there anyway to make this field optional?

    Many Thanks
    AndyOther Info

    #2
    Making it optional isn't easy but the following might be useful to you:-

    If you go to Design / Text / Go to Phase -1 ID 2161 you will find:-

    %s<INPUT TYPE=text NAME="%s" SIZE="%d" MAXLENGTH="%d">

    If you change this to be

    %s<INPUT TYPE=text NAME="%s" SIZE="%d" MAXLENGTH="%d" value="No engraving required">

    Then this will preset the field.

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

    Comment

    Working...
    X