I have this modal panel and I want the user to be able to submit a search from within it and then get the results from that search below in the modal panel. If it is possible could someone point me in the right direction of how to do this? I have searched google but could not find anything.
thanks
Yes, it’s definitely possible. Just submit by ajax and render a part while keeping the dialog open (i.e. do not explicitly close it by synchronous request or by JavaScript).
E.g.
with