Question
javascript help needed with adobe forms
I am fairly new at using JavaScript in Adobe Acrobat and I actually have a few questions.
- I have an textfield in my form. But I want the input to de duplicated to other fields (name below). I haven't set the name exactly the same, because I want the font size to be different. I added a script to the original field (which I want to be filled) with a "Mouse up" action and this script. But this didn't work: this.getField("Algemene-informatie_beursnaam").value = event.value
- Field name: Beurs-informatie-naam_pages
- Also at the end of the form I want to create a overview of the tasks. I want it or to update automatically or to update with a button, but I don't know how to do this. I asked AI (chatGPT) but he isn't really clear.
Please help. I can upload the file if needed for the help
