Hello everyoneI have a this node structure in my project : Which
contains all the countries, and each node country(like Afghanistan)
contains the following properties:And in my page I have a form option
field which points to my list countries And the form options display the
property text of each countryWhat I would like to do is that I would
like to create another form where I can display the “phone_text”
property instead of the “text”, Is there any way to do it or I will have
to create another...