I have a complicated form with many obs terms. I want to create an action button that makes two obs terms equal to each other to move information down in a form. Since I changed the fields from variables to obs terms, it does not seem to work. Any suggestions? The action button language looked like this in the past:
{document.blablabla = document.dadada
}
trying that with obs terms did not work
{obsnow("blablabla") = obsnow("blablabla")
}
Thank you
I made an error in my representation below.
What I am trying to create is
{obsnow("blablabla") = obsnow("dadada")
}
Thanks
ccrandall said:
I have a complicated form with many obs terms. I want to create an action button that makes two obs terms equal to each other to move information down in a form. Since I changed the fields from variables to obs terms, it does not seem to work. Any suggestions? The action button language looked like this in the past:
{document.blablabla = document.dadada
}
trying that with obs terms did not work
{obsnow("blablabla") = obsnow("blablabla")
}
Thank you
{obsnow("blablabla", obsnow("dadada"))}