Skip to main content
Participant
October 12, 2020
Question

Autofill address from Dropdown selection of location

  • October 12, 2020
  • 4 replies
  • 1157 views

Hi,

I am new to creating forms. I am attempting to create a form that will autofill an address in one part of the form based on a selection of a location in another part of the form.

Eg: Select name of office location at top of page 1 from a dropdown of 10 options, autofill with the corresponding address lower down on page 1.

This topic has been closed for replies.

4 replies

JR Boulay
Community Expert
Community Expert
October 12, 2020
Acrobate du PDF, InDesigner et Photoshopographe
try67
Community Expert
Community Expert
October 12, 2020

If you don't wish to mess with writing the code yourself you can easily achieve it using this (paid-for) tool I've created:

http://try67.blogspot.com/2015/07/acrobat-populate-fields-from-dropdown.html

 

Nesa Nurani
Community Expert
Community Expert
October 12, 2020

In dropdown field give your items address as export value and in text field where you want to show address
use this as Custom calculation script:
event.value = this.getField("Dropdown1").value;
change dropdown name if needed.

Participant
April 1, 2024

This was very useful, thanks!

Bernd Alheit
Community Expert
Community Expert
October 12, 2020