Multiple option separator changed but generated files are still showing comma

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
spotta
User
Posts: 3

Multiple option separator changed but generated files are still showing comma

Post by spotta »

v2024.13

Hi there
In Advanced Settings, I replaced comma , with | at Multiple option separator and Filter option separator, generated the files, but it's still not showing |.
How to make this change happen?


arbei
User
Posts: 9719

Post by arbei »

The separator is used to separate option values in the field value (e.g. "a|b" instead of "a,b"), it is not to be shown. You are probably trying to change the Display Value Separator.


spotta
User
Posts: 3

Post by spotta »

Yes, thanks, that's the one I want to change.
Is there a global place to change it, or do I need to add events into each page type individually?


arbei
User
Posts: 9719

Post by arbei »

You need to use server event.


Post Reply