Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Comments section presenting on form

Avatar

Level 1

Can someone help me as to what I am doing wrong, my form will not present to the receipient correctly. It presents as if they are the form designer giving them a "Comment Section" shown below. The receipient can minimize this comments section but it should not show up this way to the recipient.

Please provide me with easy to follow instructions as I'm new to LC Designer ES and this might be a stupid question but I cannot figure it out.  I saved this through several renditions and its coming up as .pdf file. Thanks for any help

function(){return A.apply(null,[this].concat($A(arguments)))}

1 Reply

Avatar

Level 10

Hi,

if you want to hide the panes of Acrobat/Reader you can use JavaScript.

Put this script into the initialize event of the form.

     event.target.viewState = {overViewMode:5};

For more details see this example:

http://thelivecycle.blogspot.com/2010/04/xfa-form-control-view-settings.html