We have several forms which we created in adobe livecycle designer. Each form has a submit button to post the data typed in the PDF fields back to a URL. The problem is that we want to change the post URL at runtime dynamically.
We decompressed the pdf and viewed it in wordpad and found the URL in plain text. We then attempted to open the file and rewrite it with the desired URL. However the file sizes become larger by about 10kb and are no longer able to load by PDF reader. So I'm sure we are corrupting the binary file.
So my question is, does anyone know an easy was to change this URL at runtime?