is there function hash variable to get value on field after input ?

Confluence User - 05 Mar, 2024

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?

forms;hashvariable

2


06 Mar, 2024
confluenceUser
1
confluenceUser

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#)

06 Mar, 2024
confluenceUser
confluenceUser

ok thanks for the info

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print