Remove "Clipboard" section from Browser based InfoPath form Ribbon
-
Wednesday, April 11, 2012 7:07 PM
Hi there,
I am wondering if there is a way to remove "Clipboard" section from Browser based InfoPath form Ribbon.
The trick here is I need other options in the ribbon like save, close, submit etc but not the Clipboard section.
I donot see an option for clipboard in the following screen
Thanks
Malineni
All Replies
-
Thursday, April 12, 2012 1:59 PM
You would either have to do this programmatically - OR code free by adding buttons to your forms that do the saving, submitting, closing, etc. and removing the toolbar. I personally almost always remove the toolbar and add my own buttons to the form so that I can control when they're visible / enabled.
-
Thursday, April 12, 2012 3:29 PM
Thank You Melissa.
I tried that way but the problem is that I need to have the preview button as well.
I am not sure how I can add a "Preview" button on the form.
And the bad part is this solution should be a code free solution :(
Thanks
Chaitanya
- Edited by Malineni Thursday, April 12, 2012 3:31 PM
-
Thursday, April 12, 2012 4:16 PM
For preview button, add a new button named preview on form.
Then click on the View (let it be View1 for example). At bottom you will see "Create Print Version for this view". Click on that link. It will create a new view. Mark new view as Read-only from its properties.
Now Add rule on Preview button to switch to print preview view.
Also add Back button and Print button Print Preview View.
Back to go back to editable form and Print to print it as per your requirement.
Dare to promise
- Marked As Answer by Jack-GaoMicrosoft Contingent Staff, Moderator Friday, April 20, 2012 10:59 AM

