• Hi, Is it possible to change the list of countries value alone without disturbing “names”.
    For ex:

    [select country “Afghanistan” “Albanien”]

    Now:
    *****
    <option value=”Afghanistan”>Afghanistan</option>
    <option value=”Albanien”>Albanien</option>

    After modification should be like this:

    <option value=”AF”>Afghanistan</option>
    <option value=”AL”>Albanien</option>

    Is it possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • anonymized-15380454

    (@anonymized-15380454)

    Yes, it’s possible.

    Use the pipe (|) symbol, like so:

    [select country "Afghanistan|AF" "Albanien|AL" "Country|Code"]

    Source: Selectable Recipient with Pipes.

    Thread Starter Pappu Ann kristo

    (@prabasjalakai)

    Hi,

    I used pipe concept also but it is not working. I also define WPCF7_USE_PIPE as true. But it doesn’t work again i am getting default value.

    <option value=”Afghanistan”>Afghanistan</option>
    <option value=”Albanien”>Albanien</option>

    Is there any other option??

    anonymized-15380454

    (@anonymized-15380454)

    I’m sorry for not being able to reply back at that time.

    Hopefully you found a solution.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Country value change’ is closed to new replies.