I have a form on my website, let’s say it a basic user input form with name, email, and phone number. But i have two of the same labels name2, email2 and phone number2.
My question is can i pass the data from name to name2 if user selects a radio button and clicks YES, and submit? Like autofill the empty labels with user inputed first labels? Does this make sense?