I am using a PHP script to generate FDF response and in that response the PDF template is supplied as a remote file "https://platweb-eur.qa.reachlocal.com/test/546_df50ab50418e1e925e81020815217649.pdf" This is opening up the PDF template properly, but the fields are not getting populated.
While I am using local PDF template instead of file URL for the same pdf, fields's value were getting populated correctly.
So the issue is with remote file. Can anybody point me to what is going wrong here ?