web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / How to hide date and t...
Power Pages
Unanswered

How to hide date and time field in portal?

(0) ShareShare
ReportReport
Posted on by 11

As shown in screenshot after fetching Id of text Field still it is not hiding this field ,
How to hide this?

I have writtin the following code for the same


const hardwareYes = document.getElementById("hardwareYes"); const hardwareNo = document.getElementById("hardwareNo"); const revisitDateField = document.getElementById("revisitDateField"); // Function to show or hide the Revisit Date field based on radio button selections function toggleRevisitDateField() { const showRevisitDate = hardwareNo.checked; revisitDateField.style.display = showRevisitDate ? "block" : "none"; } // Add event listeners to the radio buttons to trigger the function hardwareYes.addEventListener("change", toggleRevisitDateField); hardwareNo.addEventListener("change", toggleRevisitDateField); // Initially, hide the Revisit Date field revisitDateField.style.display = "none";

But still it is not hiding

image.png
Categories:
I have the same question (0)
  • oliver.rodrigues Profile Picture
    9,471 Most Valuable Professional on at

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 56

#2
Valantis Profile Picture

Valantis 46

#3
rezarizvii Profile Picture

rezarizvii 35

Last 30 days Overall leaderboard