You are viewing limited content. For full access, please sign in.

Question

Question

Add a label after user input

asked on August 10, 2023

Does anyone know of a way that I could add a label to a field after a user inputs data?

 

EX :

   User Input = 12

   I want the field to put in "ft" behind 12

   End value = 12 ft

 

Hope this makes sense. We have different fields that we would like to add "labels" behind the input but haven't found a way to "auto" have this done without making the user type it.

0 0

Replies

replied on August 10, 2023

You can accomplish this by using the built in Calculation abilities of fields. You will need 2 fields. 1 for the end user to enter their value and then a second to concatenate the ft using this formula:

=CONCATENATE(measurement_field, "ft")

3 0
replied on August 14, 2023

Awesome -

   Thank you !

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.