How to use Full Name as a variable in labels

  • freelancer_com
    Asked on January 12, 2022 at 8:55 PM

    Hi,

    I know I can use a field's name in curly brackets to display in subsequent labels, for example {country}

    How can I do the same with the full name field?

    I tried {fullName[first]} but no luck


    Many thanks!

  • River Quality Operations Specialist
    Replied on January 13, 2022 at 3:38 AM

    Hello hnieto,

    It is possible to use the First Name and Last Name fields individually in this format:

    {name:first}

    {name:last}

    Please note that the "name" in this example should be the unique name of the Full Name field which can be found in the related field's Properties -> Advanced -> Field Details -> Unique Name as shown in the screencast below:

    1642062881 61dfe42152f83 screencast 2022 Screenshot 10

    Below is an example usage of the First name in a Paragraph Field:

    1642062925 61dfe44dc3123 Screen Shot 202 Screenshot 21
    1642062945 61dfe46156ead Screen%20Shot%2 Screenshot 32

    If you need further assistance, please let us know.

  • freelancer_com
    Replied on January 13, 2022 at 7:13 PM

    Hi, thanks so much for your answer.

    Except I can't get it to work.

    This is the field name:

    1642119112 61e0bfc8d1d1c fullname Screenshot 10

    And then I use it like you suggested (notice I am also using another dynamic tag from a different field "business-name")

    1642119140 61e0bfe48f611 dynamic label Screenshot 21

    But the "fullName" does not work, the "business-name" works no problem:

    1642119203 61e0c02346271 label example Screenshot 32

  • freelancer_com
    Replied on January 13, 2022 at 7:16 PM

    Never mind, it now works. I think it was the camelCase.

    I changed it to all lower case and it works like a charm!

    :)