Skip to main content
rakeshk21205956
Inspiring
September 29, 2016
Question

Script for extracting words from a text field separated by space into different field of the same document

  • September 29, 2016
  • 1 reply
  • 303 views

Sir / Madam,

I want to extract words separated by space from a text field to different text fields in the same document.

Thanking you

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
September 29, 2016

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.