Symantec IGA

 View Only
  • 1.  Remove Submit button from single form

    Posted Feb 03, 2020 05:00 AM
    Dear Team,

      We have one requirement here. Customer want to remove/hide the submit button from only one single form. Please find the below SS. So how we can achieve this?



  • 2.  RE: Remove Submit button from single form
    Best Answer

    Broadcom Employee
    Posted Feb 03, 2020 09:22 AM
    The problem with this is that the only way to hide it is to use the localization and hide with CSS. The CSS class name of that submit button is not tied to a single form but used for all forms, so hiding it on one will hide it on all.

    ------------------------------
    And, as always Perhaps there are others in the communities who have experience in doing this and we invite them to comment here also.

    Another option may be to reach out to our partner HCL Technologies to see in what way they can assist further. The Enterprise Studio team of HCL can be reached at enterprisestudio@hcl.com. https://www.hcltech.com/enterprise-studio
    ------------------------------



  • 3.  RE: Remove Submit button from single form

    Posted Feb 04, 2020 11:12 PM
    i dun think u can hide the "submit" button by form. if u hide the submit button every form will be show hidden.