Repeating Section have a Textbox repeat its data

  • 11 February 2016
  • 3 replies
  • 0 views

Badge +8

Hello Community,

I'm building a form that has a repeating section in it with multiple spots of information a user will fill out.  In the repeating section there is an Address field that needs to populate the same address the user put in the first row as they keep adding rows to the repeating section.  How can this be done?

Thanks,

Kevin


3 replies

Userlevel 6
Badge +16

Is that content, the default value or is it unchanged/fixed?

Badge +8

A user enters all the data into the repeating table but one of the fields that they enter will be constant as they keep adding rows in the repeating table.  so user will enter on the first row, name, materials, cost, and address. They hit add new row and name, materials, and cost are empty will be empty where address would show up like the one on the first row.

Badge +7

Hi,

You could use the NWF.FormFiller.Events.RegisterRepeaterRowAdded event.

Jan

Reply