Hello all!
We are trying to follow these steps in Forms 6.5: https://experienceleague.adobe.com/docs/experience-manager-64/forms/adaptive-forms-advanced-authorin...
but, it does not seem to change the default messaging which only talks about upgrading adobe and is completely wrong - to display the form users can either open in Reader or use compatibility mode in their browser - we just want the displayed pagezero to state that.
I have seen youtube videos where this works and I am hoping someone out there is still using it and can let us know what we are doing wrong or perhaps any other approach to updating this text. Please help! We will be your best friend.
Solved! Go to Solution.
Views
Replies
Total Likes
Can you try with just "<body>" ?
Remove the xmlns="https://www.w3.org/1999/xhtml"
Can you try with just "<body>" ?
Remove the xmlns="https://www.w3.org/1999/xhtml"
Hi @MorisMonk , thank you for responding! Trying to follow this, we are currently opening the XML tab in Forms designer and adding in the following within the xmpmeta tag. This is where pagezero is entered in a form we found that was working:
<pdfx:_pagezerocontent><body xmlns="https://www.w3.org/1999/xhtml" xmlns:xfa="https://www.xfa.org/schema/xfa-data/1.0/"><p style="font-family:'Times';font-size:12pt;letter-spacing:0in"><span style="xfa-spacerun:yes"> </code></p><p style="font-family:'Times';font-size:12pt;letter-spacing:0in">You are seeing this message maybe because you are using a non Adobe PDF Viewer or an Old version of Adobe Reader. You can upgrade to the latest version of Adobe Reader for Windows, Mac, or Linux by visiting <span style="xfa-spacerun:yes"> </code>https://www.adobe.com/go/reader_download.</p><p style="font-family:'Times';font-size:12pt;letter-spacing:0in"><span style="xfa-spacerun:yes"> </code></p><p style="font-family:'Times';font-size:12pt;letter-spacing:0in">For more assistance with Adobe Reader visit <span style="xfa-spacerun:yes"> </code>https://www.adobe.com/go/acrreader.</p></body></pdfx:_pagezerocontent>
Are you suggesting it should be this?
<pdfx:_pagezerocontent><body ><p style="font-family:'Times';font-size:12pt;letter-spacing:0in"><span style="xfa-spacerun:yes"> </code></p><p style="font-family:'Times';font-size:12pt;letter-spacing:0in">You are seeing this message maybe because you are using a non Adobe PDF Viewer or an Old version of Adobe Reader. You can upgrade to the latest version of Adobe Reader for Windows, Mac, or Linux by visiting <span style="xfa-spacerun:yes"> </code>https://www.adobe.com/go/reader_download.</p><p style="font-family:'Times';font-size:12pt;letter-spacing:0in"><span style="xfa-spacerun:yes"> </code></p><p style="font-family:'Times';font-size:12pt;letter-spacing:0in">For more assistance with Adobe Reader visit <span style="xfa-spacerun:yes"> </code>https://www.adobe.com/go/acrreader.</p></body></pdfx:_pagezerocontent>
Here is the screen shot of the property I set for _pagezerocontent.
The value I set was <body>Please view this in adobe acrobat or reader. This is page zero property . This can be set by opening the xdp in designer and go to Form -> Properties</body>
Suggest you start with a simple message then work your way toward the message that you want
The pdf I used can be downloaded from here
@MorisMonk and @gbedekar , thank you both so much! Using the instructions on this Adobe Experience League page, was not working for us but using the much simpler info you provided seems to work like a charm!
Seems you have errors in your markup e.g. </code>
I wasn't able to Save the form with the value you last provided.
But yes, I had to remove the ' xmlns="https://www.w3.org/1999/xhtml" ' part.
we will be updating the document with the necessary changes
Thanks
Views
Likes
Replies