Yes.... but I hesitate to bring it up because you'll maybe be the second person in the entire history of Form Tools to change it. I'm pretty sure it's safe to change but I won't fib: I haven't done it myself since the original 2.0.0 beta. That's why I stuck it in Section 2 of the library.php variables ("Section 2: the settings below should NOT be overwritten") to be on the safe side.
Add this line to your /global/config.php file:
However, you'll need to manually change all the values already in the database to change it to use this new delimiter.
Let me know how it goes.
- Ben
Add this line to your /global/config.php file:
PHP Code:
$g_multi_val_delimiter = "|";
However, you'll need to manually change all the values already in the database to change it to use this new delimiter.
Let me know how it goes.
- Ben