Copy link to clipboard
Copied
Sir / Madam,
I want to extract words separated by space from a text field to different text fields in the same document.
Thanking you
Copy link to clipboard
Copied
I recommend you familiarize yourself with some basic JS functions. Here's a good place to start: JavaScript and HTML DOM Reference
In this case you can use the split method of the String object.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now