cancel
Showing results for 
Search instead for 
Did you mean: 

Inserting Values in to Table Rows

ranjit_mohanty
Explorer
0 Kudos

Hi All,

I have three input fields in the forms.I have a requirement after inserting values in the input fields if i triggered any action(i.e Submit) than the values should be inserted in to table .Please anybody can help regarding on this.

Thanks in Advance

Ranjit

Accepted Solutions (0)

Answers (2)

Answers (2)

ranjit_mohanty
Explorer
0 Kudos

Thanks

Former Member
0 Kudos

Hi,

on action of submit button you can create an element on node bound to the required table. after creating an element fill the required attributes from input fields(copy input fields value to attributes of element) . Add this element to the node.

Thanks

Surender Dahiya