I have an admin form I’m creating that has four different areas with similar fields (Title, Description, Image & URL). I want to be able to move data from one Area to another and carry all of that data from field to field. So, clicking on a move down link will move all the information in the first area (Title, Description, Image & URL) into the 2nd area.
So, how do I move the value of one text field to another?
1 Answer