Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a condition check on footer text in adobe forms ?

Former Member
0 Kudos

Hi all,

I have a requirement where I need to change the existing footer text in the adobe form ( text is hardcoded in the layout ) .

I need to put a condition where new text can be placed or the existing text . Is this possible in the layout only ?? Because the text is hardcoded . I dont want to do programming in the interface for such a small req . Its a urgent req . So please advise .

Thanks

Barun

1 ACCEPTED SOLUTION

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Barun,

For replacing the existing text, if the text is hard coded in the layout, hide the existing footer box and create the new footer with new text and display the same. In interface level, no change required for this.

Regards

Rajkumar Narasimman

4 REPLIES 4

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Barun,

For replacing the existing text, if the text is hard coded in the layout, hide the existing footer box and create the new footer with new text and display the same. In interface level, no change required for this.

Regards

Rajkumar Narasimman

0 Kudos

Hi Rajkumar .

Thanks for the update .

I want both the footer texts on one condition . Is there a possibility in which i can give a condition in the layout only ?

Thanks

Barun

0 Kudos

Hi Barun,

Using Javascript in Adobe, we can hide the footer. Please find the document below.

Regards

Rajkumar Narasimman

0 Kudos

Thanks Rajkumar .