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 / Add Legend in a field
Power Pages
Unanswered

Add Legend in a field

(0) ShareShare
ReportReport
Posted on by 312

Hello community, I am working with a portal in power apps. 

I would like to put a legend, or a message in the Delivery Date field so that the user knows the instructions to establish a date. Because I want to show a legend that says: Please enter a date greater than two days from the current one.

MartinVargas_0-1649279814771.png

 

 

Can someone help me here? 

I would appreciate it guys

Categories:
I have the same question (0)
  • Fubar Profile Picture
    17 Super User 2026 Season 1 on at

    It is not there out-of-the-box, but you can set it via JavaScript (JQuery) by setting the "placeholder" attribute of the field 

     

    $(document).ready(function () {
     $("#field_name").attr("placeholder", "the palceholder text to display" );
    });



     

     

  • MartinVargas Profile Picture
    312 on at

    Hi @Fubar your idea is good. However, it does not work in those fields that are date type.

  • Fubar Profile Picture
    17 Super User 2026 Season 1 on at

    You can set placeholder on a date field, but you probably are not using the correct fieldname - Date fields are more complex than normal fields and comprise several sets of tags (with slightly different Id's)

    Try adding  _datepicker_description  to the end of the fieldname

     

     

     

  • MartinVargas Profile Picture
    312 on at

    @Fubar, effectively using the following script I was able to show the placeholder in this type of data.

     

    $(document).ready(function () {
     $("#crb57_fechadeentrega_datepicker_description").attr("placeholder", "Please enter a date greater than two days from the current one" );
    });

     

     

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 47 Super User 2026 Season 1

#2
SP2019admin Profile Picture

SP2019admin 20

#3
Mohsin Ali Profile Picture

Mohsin Ali 19

Last 30 days Overall leaderboard