• Resolved weblac

    (@weblac)


    Hello Michael,
    Thanks for updating the plugin. I realy like the new feature Splitfield transform.

    Please help me with the next question: In your example you have values like “AAA|BBB|CCC” [cfdb-table form=”form” trans=”SplitField(|,Choice)”]. How do you create the seperator | in Contact Form 7? By default it makes , as a seperator.

    Thanks for helping!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    That’s an oversight on my part. So I’m pushing an update version 2.10.24.

    In that I’m reversing the argument order so
    SplitField(|,Choice)
    is now
    SplitField(Choice,|)
    And if you want comma as you delimiter, you just omit the delimiter argument:
    SplitField(Choice)
    and it will assume comma.

    Thread Starter weblac

    (@weblac)

    Michael, Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘New feature Splitfield transform.’ is closed to new replies.