I have a form with a single input that may need to be duplicated, how can I grab the two values when they exist on what I assume is a separate form because the component 1 has 1 input box and component 2(duplicated) has 1 input box
maybe this helps: user has one college class so the 1 component has an input box for the name but then the user needs to add a second input (copy of component 1) with an input box. How can I grab both values entered?