Hi,I'm trying to use FormCalc to automatically look for a string and replace it in a text field. I'm trying to do this by setting the script of the "Change" event in the text field to this:$=Replace($, "address__", "123 Fake Street\u000aAnycity, NT 12345")So thus, when a user types "address__" into ...