Question

How to get repeating section control values via JavaScript/jQuery in Nintex Forms 2016?

  • 21 March 2023
  • 2 replies
  • 55 views

Badge +2

Hi we have created repeating section control using Nintex Forms 2016 with three levels and we need to get all the control values in it. Is there any way to do it via JavaScript/jQuery.

 

Level 1 >

    Control1 Level 1: “ABC”

   > Level 2

       Control1 Level 2: “ABCD”

       > Level 3

           Control1 Level 3: “ABCDE”

 

Thanks!


2 replies

Userlevel 5
Badge +13

This blog post might be helpful:  How to parse xml from a nested repeating section | Community (nintex.com)

 

Userlevel 5
Badge +14

Hi we have created repeating section control using Nintex Forms 2016 with three levels and we need to get all the control values in it. Is there any way to do it via JavaScript/jQuery.

 

Level 1 >

    Control1 Level 1: “ABC”

   > Level 2

       Control1 Level 2: “ABCD”

       > Level 3

           Control1 Level 3: “ABCDE”

 

Thanks!

 

 

Are you using Classic Forms or Responsive Forms? 

Reply