Would it be possible for us to have a tag that generates a random number? - i.e.:
While I know this can be easily accomplished using php directly, I thought it would be nice to have a php-less alternative in Couch.
This could be useful in many situations - i.e.; randomised captcha questions, randomised pictures, etc.
- Code: Select all
<cms:random '10' />
While I know this can be easily accomplished using php directly, I thought it would be nice to have a php-less alternative in Couch.
This could be useful in many situations - i.e.; randomised captcha questions, randomised pictures, etc.