0

I am trying to autofill my PHP form by retrieving data from mysql table. Its work fine on one row. The problem which I am facing is that : When I dynamically add new rows using java script, than auto fill do not work in dynamically created row. I want to knew how can I do autofill with dynamic created row

I am trying to autofill my PHP form by retrieving data from mysql table. Its work fine on one row. The problem which I am facing is that : When I dynamically add new rows using java script, than auto fill do not work in dynamically created row. I want to knew how can I do autofill with dynamic created row

enter image description here

enter image description here

enter image description here

enter image description here

1
  • 1
    Hi there, welcome. Please don't post code as image, because people can't copy/paste/try. Instead, include it in the original text. You may want to edit your question and take a minute to read How to Ask.
    – OldPadawan
    Commented May 19, 2023 at 5:28

1 Answer 1

0

I want to tell you that every dynamic data append in the table we implements only under the loop, because we have more than one row from database, without loop only append 0 index row in table please try to code using loop.

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.