Hi Karen,
You can make those text boxes have exact same name. Adobe Reader will ensure them have same contents.
Thanks,
Yang
From: cenos...@googlegroups.com [mailto:cenos...@googlegroups.com] On Behalf Of Karen Andersen
Sent: Wednesday, June 05, 2013 3:45 AM
To: cenos...@googlegroups.com
Subject: Multiple text in textboxes
Hi,
I would like to know how to do the following:
I have 3 textboxes into which I would like to add the same information. Eg. I want to type a name into textB1 and it must be added, exactly as is to textB2 and textB3.
Please can you tell me how to do this?
Thanks
Karen
--
You received this message because you are subscribed to the Google Groups "CenoPDF Support Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cenosupport...@googlegroups.com.
To post to this group, send email to cenos...@googlegroups.com.
Visit this group at http://groups.google.com/group/cenosupport?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Karen,
Yes, Javascript can do it also. You can handle the On Blur event and use it to see the other text boxes.
Thanks,
Yang
From: cenos...@googlegroups.com [mailto:cenos...@googlegroups.com] On Behalf Of Karen Andersen
Sent: Wednesday, June 05, 2013 11:03 AM
To: cenos...@googlegroups.com
Subject: Re: Multiple text in textboxes
Hi Yang,
Thanks for your answer, this does work when using the form in Adobe reader. However, I am trying to use the form in PDFExpert on the iPad and the text is not copying to the other textboxes.
Is there any way I can use JavaScript to do the same thing?