- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2019 05:03 AM
hi Team,
Is it possible to disable/hide the back arrow button (marked in red) in a form.
Appreciate your help in this.
Regards,
Preethi.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2019 05:43 AM
Hi Preethi,
It is possible to disable back button on the form. For that, run the below Client Script:
function onLoad()
{
document.getElementsByClassName("btn btn-default icon-chevron-left navbar-btn")[0].style.display="none";
}
I have applied above script on Employee table.
Now, you can see there is no back button on the form.
Please check if it is helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2019 11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2019 11:54 AM
Hi Geethanjali,
This code was working fine for London,but this is not working for Madrid.
Could you please help.
Will there be any change for the button ID with madrid version?
Regards,
Sanitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2019 11:41 PM
Hi preeti,
Please let me know on which version you are trying this?
Thanks,
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2019 11:51 AM
Hi Geethanjali,
This code was working fine for London,but this is not working for Madrid.
Could you please help.
Will there be any change for the button ID with madrid version?
Regards,
Sanitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2019 11:34 PM
HI Sanitha,
I never worked on Madrid version. I need to check if it is possible in Madrid. If I found the solution, I will definitely post it.
Thank You!
Please mark correct/helpful, if you found anything helpful.