I would like the message of "Max 20 Characters" in the Other Info Prompt box. This needs to disappear as soon as the customer clicks in it. I have done this before but can't remember how it is done. I seem to remember that the text was much lighter that the rest of the text on the page.
Announcement
Collapse
No announcement yet.
Additional info in Other Info Prompt box
Collapse
X
-
Use a modified product layout where you replace::
Code:<input class="input-border" type="text" name="O_<actinic:variable name="ProductID" />" maxlength="1000" value="" />
Code:<input class="input-border" type="text" name="O_<actinic:variable name="ProductID" />" placeholder="Max 20 Characters" maxlength="20" value="" />
Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
-
The Starter Guide has a chapter on "Adding Custom Fields" that walks you through creating user Variables.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
Comment