We are using Field Maps on our iPhones.
Field 1 - user inputs an ID number.
Field 2 - an expression that concatenates the two fields - ("URL" + "number in the field"
If the user clicks on the ID number, it then asks them to make a call. We don't want this to happen.
If the user clicks on the expression it acts as it should and displays photo.
In the ID number, I tried both numeric and string as the data type. It happens with both. It doesn't happen when I remove the expression, but then they can't display the photo.
My question is - can I do anything to NOT make the ID number display to make a call?
Thank you.