Hi, I'm a little new to PHPRunner and I hope you can help me with this. I have a checkbox in Inline Edit, what I need to do is when I click the checkbox (when is checked) to copy the value from Field1 to Field2.
For example:
-Field1 as a value of 100 , When I click on checkbox I need that Field2 gets the same value.
How can I do this, do I need to use javascript? Thank you,
Yes, you need Javascript and you can use Javascript API for this purpose. You need to execute your code when the value of check box field changes. Read the value of field1 and put it into field2. Here is an example of how you can execute the some code after value of one of fields changes: