Options Text Area (Regexp) Help

Hello,



I wonder if someone can help me.

In my product page I want to offer a gift card. I have created the Select Box dropdown, but I need to create a Text Area. I have no idea how to use Regexp. In the Text Area i want to limit the number of characters someone can type.



Can someone help or make some suggestion.



Greatly appreciate some help.



thanks

Dear Goia007,



Could you please specify do you want to add this gift card in product option? Or what?


[quote name='goia007' timestamp='1418243402' post='199398']

In the Text Area i want to limit the number of characters someone can type.

[/quote]



You may use maxlength attribute

```php


Enter text here...

```



Best regards, Alt-team.

[quote name='Alt-team' timestamp='1418285436' post='199431'] Dear Goia007, Could you please specify do you want to add this gift card in product option? Or what? You may use maxlength attribute Enter text here...