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 个回答
Eric Praud (Activ8 Solar Energies) Forum Ambassador
Just create a formula field returning text:
Language__c+" "+LEFT(Desired_City__c,2)