Currently, I’m working with two custom post types, one for tenants and another for addresses. I’d like to fill out both the tenant details and address forms without needing to navigate to a different page. Could you advise on the best way to do this?
I’m considering the idea of having a primary form and then a secondary form in a pop-up. Upon submission, the pop-up form would trigger an update of the address selection select box of the primary form and show the new address. How would you approach this? Is there an easier way ?
Thankyou in advance