Have you searched jquery passing an input from parent to child and vice versa? This is normally a javascript/jquery thing.
I pass from child to parent sometimes like:
window.opener.$('#petowner').val(data.oname);
Where data.oname is part of a json return to jquery.
I haven't passed the other way.
If you are having trouble with modal windows, popup windows, you may need to study some
javascript/jquery.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community