Read-only textbox and/or disable buttons in Infopath 2013

In a InfoPath 2013 custom list form, my requirement is to make textboxes read-only, disable buttons, and/or create new buttons so users can not update fields in a custom list once the user has updated data in the list. Basically after the user hits the 'save'
button so that the data is saved.
The requirement is not to set up custom permissions since my SharePoint administrator said I should find another option. This administrator said he does not see a reason for only an 'add' permission.
Thus can you tell me how to meet my requirements? Can you show me screen prints, pictures, or urls on how to solve the problem?

Hi,
According to your description, you might want to prevent users from editing the existing items.
There are two workarounds I can provide as below:
As the first workaround, you can remove Ribbon from SharePoint InfoPath List Form via modifying the OOTB settings of InfoPath Web Part.
Here is a link about more details, you can use it as a reference:
http://the-north.com/sharepoint/post/Remove-Ribbon-from-SharePoint-InfoPath-List-Form
As the second workaround, you can apply the CSS code below to your page, it will hide the “Edit Item” button in the Ribbon:
<style type="text/css">
#Ribbon\.ListItem\.Manage\.EditProperties-Large{display: none !important;}
</style>
About how to add JavaScript/CSS into SharePoint page:
http://blog.cloudshare.com/2012/10/29/how-to-insert-custom-javascript-code-in-sharepoint-2013-pages-part-i/
Best regards
Patrick Liang
TechNet Community Support

Similar Messages

  • Create "Sysadmin Read only" Responsibility and add to Application user.

    Hi
    I am using 11.5.10.2 (Single node installation) on RedHat LinuxAS4 OS. I have couple of requests from the users.
    Issue 1:
    The user has requested to "Sysadmin Read Only" Responsibility and attach that responsibility to his user. Please find below the request raised by the user.
    Can u add query only access for Sysadmin responsibility as I need an option to check the values assigned to each profile option and other relevant functionalities in sys_admin responsibility.
    Issue 2:
    The user is unable to open two forms simuntaniously. I was asked to set a profile option for that, please let me know which profile option is that.
    Thanks and Regards
    Amith

    Amith
    Issue 1:
    Refer the following thread
    System Administrator Read-Only responsibility.
    Issue 2:
    Perform the following steps
    System Administrator ->Security->Responsibility->Define
    Query the responsibility for which u want to enable Multiform access
    In the Menu Exclusions tab add
    Type: Function
    Name: Navigator: Disable Multiform
    -HTH
    Regards
    Mahesh

  • How to make a page READ ONLY / all fields are DISABLED ?

    Hi all,
    I am using ONE page to do ADD/EDIT/DISPLAY data. When users are in DISPLAY mode, I want all fields on the page to be read only / disabled.
    How is the best approach to do that ?
    (other than going to every fields and set the ReadOnly/Disabled property)
    Thank you for your help,
    xtanto

    Hi Xtanto,
    My business logic is somewhat different - I don't do this for new/editted rows, but based upon other security. You could certainly set something in your backing bean based upon a user clicking "new" or "edit"
    John

  • I am not able to use Firefox with Sharepoint - I can only open a file in read-only mode and cannot checkout the document and edit.

    I would like to use Firefox with Sharepoint.
    However, I am only able to open a file in "read only" mode whch means I cannot edit the document and save it. I am also not able to "check-out" a document in Sharepoint and edit it at the same time.

    This may not work for everyone, but I solved this problem by clicking on the file name in sharepoint, not the document icon to the left of the name. This then brought up the various options, including checking out, editing, version history etc. It seems obvious but I have only just realised this!

  • Shared Computer over Ethernet is creating read-only files and folders

    Hi,
    I have set up a ssecond mac connected to my G4 via ethernet connection. We are both using my mac as the main computter and both working from one folder on it. BUT when the second computer creates a folder or saves a job into this folder the permissions are set for them to 'read only'.
    How do you make it so whatever they create is all read and write.
    The second mac is logining is not as the administrator but as a normal user. I do not want them to have full access.

    Hello DH-Studio
    Hi, this is still causing me problems, is there another way?
    Sharepoints does work howerver the other way to do this that does not involve using UNIX commands is to run Server Software such as Mac OSX Server.
    The 10 User licenced version is affordable and it has an excellent GUI called the Workgroup Manager which can setup sharepoints, users & groups permissions very easily. It has many other benefits.
    Other than that their are UNIX commands such as umask. However I have no experience using umask and I understand it make global changes to your system. I would avoid using it.
    You also could setup a crontab rule that changes the permissions on the shared folder every minute. In your terminal use the following commands
    sudo nano /etc/crontab
    You will then see
    using your arrow key move the cursor down to area indicated in my example then enter the following information
    */1 <press tab twice> * <tab> * <tab> * <tab> * <tab> root <tab> chmod -R 777 /shared
    it should look like the following
    replace "/share" with the actual path to your sharedfolder
    Then close the file with "control +O", then "return" then "control X"
    Now any file that is saved to your share folder will be readwrite to everyone every minute. This is a clumsy method but it works.
    iBookG4 1.33ghz. 20inch iMacG5, 1.2ghz Mac Mini, ipod video, iSight   Mac OS X (10.4.3)   Linksys WRT54gs+1.05 Talisman Firmware, Telewest 10mb/384k

  • Read-only files and folders

    I would like to add ilustrations to mp3 files that I adeed to my iTunes library. However, some of the iTunes folders seem to be read-only. I tried to uncheck them but when I restart iTunes they are read-only again.
    Any advice ?

    For locked HDs and volumes:
    http://discussions.apple.com/thread.jspa?threadID=2329689
    Also, see Niel's guide.

  • Keep getting a read only message and have to save with different name

    I am editing some pdf files, and every time I save I get the message: "The file may be read only, or another user may have it open.  Please save the document with a different name or in a different folder."
    However, when I right click the file and click properties, it is not listed as a read only file.  Nor is the directory read only.   Having to save each file as a different name is driving me nuts.   Is there a fix?

    Is this file saved on a network drive, or a shared folder?
    If so, it's possible someelse in the network has it open at the same time as you.

  • Read only users and row locks

    Can read-only users obtain row locks on non-temporary (i.e,. visible to other users) tables, for example through SELECT FOR UPDATE, even though they couldn't not ultimately modify said tables?

    Yes.
    Here is an example with Oracle XE 11G and HR schema:
    Connecting as user having only CREATE SESSION and SELECT privilege on HR.JOBS table:
    SQL> desc hr.jobs;
    Name                                      Null?    Type
    JOB_ID                                    NOT NULL VARCHAR2(10)
    JOB_TITLE                                 NOT NULL VARCHAR2(35)
    MIN_SALARY                                         NUMBER(6)
    MAX_SALARY                                         NUMBER(6)
    SQL> select * from session_roles;
    no rows selected
    SQL> select * from session_privs;
    PRIVILEGE
    CREATE SESSION
    SQL> select owner, table_name, privilege from user_tab_privs;
    OWNER                          TABLE_NAME
    PRIVILEGE
    HR                             JOBS
    SELECT
    SQL> select job_title from hr.jobs for update;
    JOB_TITLE
    President
    Administration Vice President
    Administration Assistant
    Finance Manager
    Accountant
    Accounting Manager
    Public Accountant
    Sales Manager
    Sales Representative
    Purchasing Manager
    Purchasing Clerk
    JOB_TITLE
    Stock Manager
    Stock Clerk
    Shipping Clerk
    Programmer
    Marketing Manager
    Marketing Representative
    Human Resources Representative
    Public Relations Representative
    19 rows selected.
    SQL>Now connecting as HR following statement hangs:
    SQL> connect hr/hr
    Connected.
    SQL> select * from jobs for update;Going back to first session:
    SQL> update hr.jobs set min_salary=0;
    update hr.jobs set min_salary=0
    ERROR at line 1:
    ORA-01031: insufficient privileges

  • Read-only connection and other connection questions

    Apologies if this is a FAQ (and if it is please point me to them if this is the case) but I've just made the transistion from Toad to SQL Developer and struggling to find the equivelent of a couple of very useful features.
    1 ) Read-Only connection: In Toad it is possible to set a connection to read-only via a checkbox. This meant for most of the time you would browse the live DB but when required you could uncheck the box and perform updates i.e. no seperate user required.
    2) Colour Coded Connections: In Toad is is possible to assign a colour to your connection and all windows you opened for that connection would inherit the colour. Typically Red for Live, Green for Dev etc.
    3) Hide tabs for non active connections: When you have multiple connections open you only saw tabs for the current connection. All others were hidden until their connect was selected.
    I've had a look around SQL Dev and cant see these options but may have missed them. Are there similiar options in SQL Developer?

    There are feature requests for points 1 and 2 but AFAIK they are not yet implemented.
    I dont remember any feature request for point 3, but maybe i've missed it.

  • Strange behavior when Popup LOVs has read-only condition and Bug Report

    Hi,
    I observed an inconsistent behavior of Popup LOVs when the read-only condition is true. In that case the defined lov query is used to map the internal value of the page item to the display value defined in the lov query.
    What is the reason for this behavior? Because if the Popup LOV is in "edit mode" the page item value is just displayed without looking up the display value. The display value is just used for the popup lov. Mapping the value is normally a behavior of the popup key lov.
    -> The result is that different values are displayed if the page item is in edit or read-only mode. That's not really the behavior someone would expect.
    BTW, there seems to be a bug with "Display Extra Values" set to "Yes" in the case read-only is true. If the lookup doesn't return a value it just displays [ ], but because the property is set to yes it should display the value. The Popup Key Lov has the same bug.
    Thanks for bringing some light into that behavior
    Patrick
    Oracle APEX Essentials: http://essentials.oracleapex.info/
    My Blog, APEX Builder Plugin, ApexLib Framework: http://www.oracleapex.info/

    Patrick,
    I've added your comments to a task already in our queue to examine all item types for correct behavior in read-only mode. I've noticed the quirks with display extra values also.
    By the way, still interested in your thoughts re: Re: Bug Report: Images broke when using get_blob_file_src and not authentic .
    Scott

  • Go Back and Go Forward buttons in Outlook 2013

    I must be missing something obvious, but I can't find how to add Go Back and Go Forward buttons to the Outlook home screen, preferably in the Quick Access toolbar.  They don't appear in my Customize menu.

    Hi,
    Do you mean the Undo and Redo button on the Quick Access Toolbar?
    Please open your Outlook, and go to File > Options > Quick Access Toolbar > select
    Commands Not in the Ribbon form the Choose commands from drop-down list. Can you see the
    Redo and Undo commands from the list? If so, highlight them and click
    Add button to add the commands to the Quick Access Toolbar.
    If I've misunderstood something, please feel free to let me know.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Read only textbox

    I have a textbox which accepts values from ListOf Values Button.
    then, I want to make my textbox to ONLY accept values from LOV Drop down and the user must not alter values on the texbox
    Thanks

    In the Property Palette of Text Item --> List of Values (LOV) --> Validate from List

  • Trouble with locked/read only files and folders

    After reinstalling OSX I have an external harddrive with locked files and folders. I´ve heard that it is possible to unlock all files and folders from Terminal (it will take hours to unlock manually). Anyone who knows a script that will set read and write access to all files and folders on a hard drive?

    For locked HDs and volumes:
    http://discussions.apple.com/thread.jspa?threadID=2329689
    Also, see Niel's guide.

  • Read only permission and already formatted to fat32

    Please need some help
    Message was edited by: Shinjitom

    it say the usb need to be reformatted but i cant cause it says `'
    Volume Erase failed with the error:
    File system formatter failed."
    and it is brand new 4gb usb but dont know why it is saying last opened 1969

  • I created a Custom list New Form and need to make the text fields read only

    When I use SharePoint Designer and add the read only attribute  to the  SharePoint form field, then it throws  a web part error.
    but here is the thing, I have current user Filters populating the Form Fields. So the form fields  populate First name , last name etc. and I need these fields read-only....
    the Client doesn t want the end user to Change those fields.  Is there any way to "LOCK" the form fields?
    As I have only 7 text fields that need to be locked down. and one field is a signature line that is a true input field.. where the  user has to inter their initials.
    Any ideas? as I have tried most of the items available thru searches nothing works, or it throws that web part error message.
    Steve Athey

    Daniel: ( I'm now at work, a different ID is logged on for me)
    I used SharePoint Designer.
    Steps:
     created a web part page
    then on the SharePoint Designer ribbon I then went to insert:
    new item form
    Then I selected my data source (list)
    then I placed the 8 columns on the page
    a page viewer web part to pull the manual that people have to read.
    and 7 current user filter webparts. (1 for each form field) Yes it is over kill, but I'm trying to keep this straight out of box as much as possible...
    then for the form fields
    I added a parameter and the read only tag see below in bold:
    <asp:TextBox runat="server" text="{$ParamEmployID}" id="ff17{$Pos}" __designer:bind="{ddwrt:DataBind('i',concat('ff17',$Pos),'Text','TextChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Employee_x0020_ID')}" 
    ReadOnly="True" />
    I also  added the parameters in the ribbon area
    the error message doesn't tell me much, it just send me to web part maintenance page... 
    if I removed the  ReadOnly = True then the error  goes away.....   So I was trying to find a  quick simple  JQuery and or javascript   code item that would  make  the 7 text fields readonly and leave the
    8th  text field alone  to allow people to place their initials on the page to say that they read the manual.
    I have  created hundreds of these types of pages .. this is the first time I have run into this issue, but it also the first time I have tried to use the ReadOnly = True item.
    Any Ideas  and or thought on how to make the  items read only? and not throw the error.
    Steve

Maybe you are looking for

  • Broadcast quality media converter.. Any suggestions?

    I'm in the market for a fw media conveter that can handle SDI, Analog Component, composite, and S-Video as well as balanced audio, genlock, and RS422 control. My main editing system is FCP on a G4 editing 8-bit uncompressed, but I'm looking to turn a

  • Hp pavilion dv7 hard drive issues

    I have an HP Pavillion dv7 Notebook PC(product number: XG834UA#ABA) that is currently displaying an "imminent failure" warning in the form of a SMART hard disk error (Hard Disk 301). I ran a Primary Hard Disk Self Test where it passed both Quick and

  • My iTunes has songs in duplicates that are not actually duplicates.

    How do I get it to stop showing those songs?

  • Sync videos to Ipod

    I've recently downloaded some music videos from youtube to my Itunes account,they're in my RECENTLY ADDED and Movies, I can play them on my pc just fine, but they're not syncing to my Ipod touch.Pleeeeeese tell me what to do. Thank you all.

  • I Tunes Store Won't Load

    I realize this is not a new topic. However, I've run diagnostics with McAfee and have come up empty. I'm running XP Media Center,Version 2002, Service Pack 3. Does anyone have a solution as to how I can solve my problem?