Announcement

Collapse
No announcement yet.

Capitalise Info Prompt

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

    Capitalise Info Prompt

    Is it possible to capitalise "other info question"?

    We use this to capture customers engraving requests which are only available in upper case.

    I have tried the solutions in this thread "capitalise coupon code" which doesn't seem to work.

    Any ideas?

    Many thanks

    Jason
    Regards

    Jason

    Titan Jewellery (Swift Design)
    Zirconium Rings
    Damascus Steel Rings

    #2
    Works fine for me. Check that you have this for your input:
    Code:
    <input type="text" name="O_<actinic:variable Name="ProductID"/>" size="40" maxlength="1000" value="" onblur="this.value=this.value.toUpperCase()" />

    Comment

    Working...
    X