Is it possible to embed / include a Lists New Item form within another form? We have a parent / child relationship between two lists and have been using a calculated value in a lable to pass the ID of the parent to the child list new item form and javascript to extract that value and populate two lookup fields (hence making the connection to the parent). In upgrading our solution, the javascript approach has become problematic (can't make it work).
If we could embed the New Item form within the parent form - is it also possible to pass the ID value within the form directly, thereby eliminating the calculated hyperlink and the parameter extraction?
It would greatly simplify things. Thank you.