Prevent Forms URL from appearing on browser status bar - Prevent Forms URL from appearing on browser status bar - You can prevent a Forms URL from showing in the status bar of your browser when you integrate Forms with another web application. After performing these steps, when you move your mouse over the Forms link, the status bar displays "Complete Form" rather than the URL associated with the Forms link. - Perceptive Content - Perceptive Forms Server Installation and Setup Guide - Perceptive-Content/Perceptive-Forms-Server-Installation-and-Setup-Guide/Foundation-26.1/Perceptive-Forms-Server-Installation-and-Setup-Guide/Access-the-forms-URL/Prevent-Forms-URL-from-appearing-on-browser-status-bar - Foundation 26.1 - Foundation 26.1

Perceptive Forms Server Installation and Setup Guide

Platform
Perceptive Content
Product
Perceptive Forms Server Installation and Setup Guide
Release
Foundation 26.1
License
ft:lastPublication
2026-05-11T13:42:00.157853
ft:locale
en-US

You can prevent a Forms URL from showing in the status bar of your browser when you integrate Forms with another web application. After performing these steps, when you move your mouse over the Forms link, the status bar displays "Complete Form" rather than the URL associated with the Forms link.

  1. Open the web application that uses the forms link.
  2. Replace the Forms link that you want to hide with the following HTML code.
    <a href="http://forms url here" onMouseOver="window.status='Complete Form'; return 
    true" onMouseOut="window.status=''; return true">View</a>