Answered
If two text boxes contain the same text, populate another text box
If BoxA says "123 Seasame St" and BoxB also says "123 Seasame St", I need BoxC to say, "*TO OURSELVES*" Is there a script to do this?
If BoxA says "123 Seasame St" and BoxB also says "123 Seasame St", I need BoxC to say, "*TO OURSELVES*" Is there a script to do this?
Custom calculation script in BoxC:
if(this.getField("BoxA").value=="123 Seasame st" && this.getField("BoxB").value=="123 Seasame St")
{event.value="*TO OURSELVES*"}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.