Docusign - How to disable the navigation tab in the left? - docusignapi

When users open the document to sign, on the left of the document, there is a yellow tab 'next'. How to disable that? Or at least change the color. We are using embedded signing.

You can't disable the "Next" button, it's a part of the UX. You can probably change its color, see the Branding Guide.

Related

How to remove 'My Approvals' tab from Approval screen (EP503010) in Acumatica?

I am trying to remove My Approvals tab from Approval screen (EP503010). But challenge is its not like other pages. This screen built in with some automation steps and conditions. How to remove My Approval tab?
I found the solution for this question. We need to use filter in screen in top corner

Netsuite: Any way to hide the center tab which seems like a customize tab

How to remove or hide the center tab? It seems to me like a customized tab. I tried to look into Customization> Center and Tabs > Center Tabs but no luck. I search through all the scripts deployment but do not see any related. They are just lying on the bar there permanently. Any help is appreciated.
Hover on the custom tab you want to remove, say "Intranet", and the first entry in the drop-down should be the tab overview section - in this example "Intranet Overview". Click that and look for "Edit Custom Tab" near the top right. Click that and under Audience you can remove the role from the tab.
You can also get to the edit tab screen through Customization > Centers and Tabs > Center Tabs as you were, but you need to make sure you're looking at the tab under the correct Center you're using in the role you want to remove it for, and then under the Audience tab you choose which Roles (or employees, groups or whatever) it will show for.
Finally I managed to hide these two annoying tabs from the bar. :)
You just have to navigated to Setup > Company > Enable Features and then under Web Presence Tab and uncheck the Intranet box as shown in below. Done.

How to display dotted line around radio button or check box control withTrinidad jsf table tag

Currently in our web application, Trinidad JSF tr:table tag is used to display information in the table format. Upon using the attribute rowSelection=single, radio button displayed automatically for each row in a table and name/text next to this control is not visible to the user.
When user navigates with tab key to select the radio button control or user clicks on the same with mouse button, focus with dotted line is not displayed on the control.
What are the different approaches to display dotted line (provided by IE browser) around the radio button / check box control created by Irinidad JSF table tag?
End user requires this accessibility feature.
Right now, we are using,
myfaces-api-1.1.4.jar, myfaces-impl-1.1.4.jar,
trinidad-api-1.0.7.jar,trinidad-impl-1.0.7.jar,
Browser IE 8.0
Find your CSS file, look for any lines that have
outline: none;
And remove them.
This will fix most, if not all of your missing focus indicator problems. There might be scenarios where you have a hidden overflow that is causing the outline to not show up on some browsers. You would have to find those and fix them by adding appropriate focus styles.

Radio button focus on DocuSign templates

We have are getting a strange behavior with the radio groups in our templates. Each of the radio groups is required, however, when a radio button from a group is selected, the next radio button (not the next group) gets focus. This will confuse our users as they will think they have to click each radio. Moreover, it would be helpful if an entire group could have focus as opposed to individual radios.
Is there a way to give the group focus as opposed to the individual radio?
The manner in which Radio Buttons (or any other type of input element) get focus in the Signing Session UI is not configurable via the API, nor is it configurable via the DocuSign web console.
we can change this option from Docusign settings.
Preferences->Account Administration->Features->signing auto-navigation rule-> Navigate Blank Required Fields
This will move focus to next field when a radio button is selected from Radio group.

Pop-up and font colour based problems in a form which is designed in Share Point.

I am designing a system in Share Point via Share Point Designer. We have a form in my Share Point site. Users have to fill some fields in the form and send it to the approval committee. We cannot upload anything to the servers. The design is site based. Our problems are:
1- I want to add small (?) icons for the descriptions of that field. When the user click on the (?) icon for "brief description" field a pop-up or another window will be opened and perhaps it will say:
Enter a description of the requested thing.
Be as specific as possible.
2- I want to change the font colors of the fields in the form. The share point brings them black as default. Such as I want to see the "Brief description:" and "Status:" as purple instead of black.
Brief description: .....
Status: .....
3- I want to add an agreement pop-up to the new form which will be open just after clicking "send" button in the form. The pop up will say: "Are you sure that you read the procedure" . The user has to click "Yes" to continue sending the form. Otherwise It will return to previous screen again.
Use jQuery. You can upload the scripts to a document library and do pretty much whatever you want to the html after it is rendered by SharePoint.
For making changes from a custom form, JSAPI may be useful. Alternatively you can hide a regular form and manipulate it with a popup.

Resources