Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to set Text Field to "same" for auto fill address

Explorer ,
Jun 02, 2016 Jun 02, 2016

Hi Friends,

Still working out kinks on my customer order form. I have typical Shipping Address and Billing Address.

Anyway to set properties so customers can say "Same" or Auto fill the same address to Billing Address?

Thanks (again) in advance.

Kristine

TOPICS
Acrobat SDK and JavaScript
442
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 03, 2016 Jun 03, 2016

You can use a check-box that when ticked copies the values from the Shipping fields to the Billing fields, and then locks the latter ones. When it is unticked it resets the Billing fields and un-locks them. To do this would require using a script.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 03, 2016 Jun 03, 2016
LATEST

Thanks, try67.

Ok, I created a Check Box for checking if Shipping Address info is the same as Billing Address info., and under Options selected Check Box, and the default is Yes,

but where do I list the items to duplicate? ( name, address, city, state, zip, phone )

Kristine

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 03, 2016 Jun 03, 2016

With some preplanning this can be a fairly simple piece of code.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 03, 2016 Jun 03, 2016

Thank you, but even simple code is beyond my skill level

Kristine

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines