Hi,I created a PDF Form in LC Designer and need to enable bidirectional communication between the PDF and the JS in the HTML page the PDF is embedded into. Sending messages from the PDF to JS works just fine, e.g. the PDF can send messages using hostContainer.postMessage() and I can successfully han...