How can i create Repeating section based on list look up checkbox selection

  • 18 July 2018
  • 1 reply
  • 1 view

Badge

Hi, 

I am trying to create new repeating sections based on the List Lookup (multi select checkbox). If an item is selected in List lookup it should create a repeating section for the selected item and pass the selected item value into repeating section text box control. Could you please let me know how i can write java script/jquery when check box selected.

Regards

sri


1 reply

Badge +11

Hi sridhar pantapalli,

The fields within the repeating section are not connected to the list columns. This data is saved as an XML. I 'm not sure how you would create a repeating section from the list columns, only way might be to interject the row values into the XML of the repeating table as a new node. Hope that helps.

Reply