Hi,
In a form, I have 4 select boxes(default), and two text boxes(default).
If I click the first (static values) based on that next second(new) select box will come (it has been done by ajax), based on the new select box, I display checkboxes based on the select box values, if i click the checkboxes i will show the related list in the select box. These all are achieved by ajax.
Rest of the 3 out of 4 and two text boxes will be filled next.After that I will submit, then it will save in db and will show the values in table from db in the same page itself. To save these values I passed it to new page in jquery ajax.
My query is, After submitting the page will refresh, and the field values are displaying like new page. But I want to display what are the field values that has been selected when I do in first time.
But I am not doing Edit page.
My aim is, Each eand every time I do not want to enter again in the that fields, but I may change the values next time , for next inserting.