Does anyone know how to convert all the data captured in ‘data:’ so that all the characters are lowercase? Help π
use a PHP action:
return mb_strtolower($this->data("fieldname"), 'UTF-8')
Then you can use {var:php_action_name}
You may also convert multiple values and return an array.
You need to login to be able to post a reply.
