Make all characters lowercase?

1982eguzman860 27 Oct, 2025

Does anyone know how to convert all the data captured in ‘data:’ so that all the characters are lowercase? Help πŸ™

Max_admin 27 Oct, 2025
Answer

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.

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
You need to login to be able to post a reply.