1
0
-1

i have 2 field with id field1 and field 2. 

field1 i input "test"

so is there hash variable so i can get value from id field1  and send to value field2?

    CommentAdd your comment...

    1 answer

    1.  
      4
      3
      2

      If you want to do it before you submit the form then you will have to use jquery.
      If you want to send the data after submission then you can use a post processing tool to update the field 2 value using form hash variable (#form.table.field#)

      1. galvin

        ok thanks for the info

      CommentAdd your comment...