Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Updating _Pagezerocontent so modern browsers display a useful message

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 5

Can you try with just "<body>" ?

Remove the xmlns="https://www.w3.org/1999/xhtml"

View solution in original post

6 Replies

Avatar

Correct answer by
Level 5

Can you try with just "<body>" ?

Remove the xmlns="https://www.w3.org/1999/xhtml"

Avatar

Level 1

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>&lt;body xmlns="https://www.w3.org/1999/xhtml" xmlns:xfa="https://www.xfa.org/schema/xfa-data/1.0/"&gt;&lt;p style="font-family:'Times';font-size:12pt;letter-spacing:0in"&gt;&lt;span style="xfa-spacerun:yes"&gt; &lt;/code&gt;&lt;/p&gt;&lt;p style="font-family:'Times';font-size:12pt;letter-spacing:0in"&gt;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 &lt;span style="xfa-spacerun:yes"&gt; &lt;/code&gt;https://www.adobe.com/go/reader_download.&lt;/p&gt;&lt;p style="font-family:'Times';font-size:12pt;letter-spacing:0in"&gt;&lt;span style="xfa-spacerun:yes"&gt; &lt;/code&gt;&lt;/p&gt;&lt;p style="font-family:'Times';font-size:12pt;letter-spacing:0in"&gt;For more assistance with Adobe Reader visit &lt;span style="xfa-spacerun:yes"&gt; &lt;/code&gt;https://www.adobe.com/go/acrreader.&lt;/p&gt;&lt;/body&gt;</pdfx:_pagezerocontent>

Are you suggesting it should be this?

<pdfx:_pagezerocontent>&lt;body &gt;&lt;p style="font-family:'Times';font-size:12pt;letter-spacing:0in"&gt;&lt;span style="xfa-spacerun:yes"&gt; &lt;/code&gt;&lt;/p&gt;&lt;p style="font-family:'Times';font-size:12pt;letter-spacing:0in"&gt;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 &lt;span style="xfa-spacerun:yes"&gt; &lt;/code&gt;https://www.adobe.com/go/reader_download.&lt;/p&gt;&lt;p style="font-family:'Times';font-size:12pt;letter-spacing:0in"&gt;&lt;span style="xfa-spacerun:yes"&gt; &lt;/code&gt;&lt;/p&gt;&lt;p style="font-family:'Times';font-size:12pt;letter-spacing:0in"&gt;For more assistance with Adobe Reader visit &lt;span style="xfa-spacerun:yes"&gt; &lt;/code&gt;https://www.adobe.com/go/acrreader.&lt;/p&gt;&lt;/body&gt;</pdfx:_pagezerocontent>

Avatar

Employee

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

gbedekar_0-1663358576388.png

 

Avatar

Level 1

@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!

Avatar

Level 5

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.

 

 

Avatar

Employee Advisor

we will be updating the document with the necessary changes

Thanks