Hi Folks,
I have a form with a repeating section and I want the user to select the chosen value from the selecting field. The selecting choose value comes from the SQL Request. Once the user selects a Transaction Limit the repeating section populates and adds two other Rows in the Repeating Section. I am using JavaScript to auto-populate the rows and values in the field.
I have attached the photo of the Repeating Section table below:
- My question is if I select the field in Application Name i.e. field value "Transaction Limit".
- JS code auto-populate and add two other new rows with Application Name "Transaction Limit" and in "Role Type" two another value is shown with the help of JS.
My JS code looks like this...
function addRowToMySection() {
NWF$(".classRptSection.nf-repeater-row:last.classText").val('ABC');
alert("done");
};
- a repeating section, with CSS class = classRptSection
- a text box inside the repeating section, CSS class = classText
Calling on some past Nintex Heroes to see if they can respond! @MegaJerk, @nico, @TomaszPoszytek, @cassymfreeman, @SimonMuntz, @mlauer
Any assistance with this would be greatly appreciated!
Thanks and Kind Regards,
Dipesh