Hi there, it's been a while ;-)
My problem:
I have some fields that are not required but have to contain a number.
My site is in Dutch and when I enter letters in the feeld and click the submit button the error message reads "Must be a number!"
I tried entering the error message in the title-attribute like this:
...but this doesn't work as it does with fields that are required
I also tried the multilanguage plugin (I have used that succesfuly on other sites) but that doesn't work on that phrase.
Any idea how I can get "Must be a number!" translated? It is the only thing on the form that is still in english. :?
My problem:
I have some fields that are not required but have to contain a number.
My site is in Dutch and when I enter letters in the feeld and click the submit button the error message reads "Must be a number!"
I tried entering the error message in the title-attribute like this:
<input class="cf_inputbox validate-digits" maxlength="12" size="12" id="prijs_van" name="prijs_van" type="text" title="Is geen getal" />
...but this doesn't work as it does with fields that are required
I also tried the multilanguage plugin (I have used that succesfuly on other sites) but that doesn't work on that phrase.
Any idea how I can get "Must be a number!" translated? It is the only thing on the form that is still in english. :?