Skip to main content

Hi guys this is Web to Lead situation . On form user select language

But the other both fields are hidden on form

Desired city value is default value

Need to combine desired city value + Language first 2 Characters like in yellow Mark

Result should be like yellow Mark in image

Thanks

5 Antworten
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    15. Dez. 2021, 07:50

    Just create a formula field returning text:

    Language__c+" "+LEFT(Desired_City__c,2)

0/9000