Two little snippets this morning (been busy already).
Firstly, form widget errors and I18n...
Brilliant stuff - if you add the error string you've defined in your form class into your I18n catalogue, it'll automatically translate. No further work needed!
Secondly - and this a little pointer :) I had updated a choice widget to set a default value. However, I noticed that even though the HTML was showing it as selected, Firefox was still showing the previous 'default' - the first option in my alphabetical list.
Clearing cookies for the site (presumably so a new session was generated) resolved the issue and displayed the expected default item.
No comments:
Post a Comment
Please leave your feedback and comments. I love to discuss this stuff!