Multiple record form..

Hi!

I have a multiple record form where i have 3 fields(combobox) with ajax reload.

The problem now is that when i insert the first line and go to the second line to insert the values and select the values from the combobox, , the form reloads (ajax reload) resulting in the checkbox (which is after the line numbers in multiple record form, which determines which line to insert in the db) to be empty from the records i had inserted previously.

so as a result when submit is pressed, the rows are not inserted.

is there any way to keep the lines selected (checkbox intact) for the inserted lines even the form is reloaded again??

Thanks!

Re: Multiple record form…

Ajax should reload fields in the same record, not the entire form. How did you configure ajax reload? is there any custom code that reloads the entire form?

Re: Multiple record form…

Hi Freezer,

Thanks for pointing that out. I was doing it the wrong way, i.e i had checked the “Reload form when value has changed” in the first select field so the form was reloading.

now it is unchecked, working good.

Thanks a bunch.