Announcements
Hi Folks,
While making fields mandatory on Portal. it's not appending '*' to the field label.
Pls suggest is this the OOB behavior or any alternative way to achieve that.
*This post is locked for comments
Making a field required in your entity field properties should set the field as required in Portals.
Please make sure that you have published your solution and that your refreshed your browser window. You might need to use CTRL+F5 to refresh.
Hope this helps.
Hello ,
Please refer below article where Arpit has given very nice explanation about this -
arpitmscrmhunt.blogspot.in/.../client-side-validation-using-javascript.html
make sure you clear the cache by below step
To clear the server-side cache
Sign in to the portal as an administrator.
Navigate to the URL as follows: <portal_path>/_services/about
Select Clear Cache.
Hi,
It's by design. When you make the field mandatory for portal only using Entity Form Metadata it does not show asterisk *.
You can write your own code to achieve this:
$('#inputfield_label_id').after('<span id="spanId" style='color: red;'> *</span>');
Can check here also - http://arpitmscrmhunt.blogspot.in/2017/01/client-side-validation-using-javascript.html
If my answer helped to resolve your issue, kindly verify it by clicking 'Yes'. It would be helpful to the other community members seeking to resolve a similar issue. CheersArpithttps://arpitmscrmhunt.blogspot.in
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.