Skip to main content
evan_venable
Participant
June 6, 2017
Question

Replace populated integer with string

  • June 6, 2017
  • 0 replies
  • 178 views

I have an integer coming over from a web form. This integer is the saved value of a string, in our case company names. Depending on what integer gets populated I would like to replace the integer with the company name if that is possible. Example: 10 represents "Workplace, Inc." When the field populates 10, execute some JavaScript to replace the 10 with "Workplace, Inc."

This topic has been closed for replies.