Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

Adding Javascript validation in portal page

(0) ShareShare
ReportReport
Posted on by 465

Hi all,

I am using Custom portal in PowerApps portals

In my portal page I have option set with two options(Yes and No)

I need to to hide one section based option set selection.

How can I achieve this using JavaScript

Thanks in advance

Regards,

Babu

  • Narendra Sunkara Profile Picture
    Narendra Sunkara 465 on at
    RE: Adding Javascript validation in portal page

    Hi Justin,

    Thanks for your reply

    With slight modification it worked for me

    Regards,

    Babu

  • Verified answer
    Justinjose Profile Picture
    Justinjose 2,707 on at
    RE: Adding Javascript validation in portal page

    Hi  Babu,

    If two option is converted to radio button then you could try something like below code.

    $(document).ready(function () {
        // optionset name "donotemail_1"
        $("#donotemail_1").click(function () {
            if ($("input[type=checkbox]").is(":checked")) {
                //Section name "CONTACT_PREFERENCES"
                $("[data-name=CONTACT_PREFERENCES]").parent().hide()
            } else {
                $("[data-name=CONTACT_PREFERENCES]").parent().show()
            }
        });
    });

    Thanks

    Justin Jose

  • Ryuzo Tanabe Profile Picture
    Ryuzo Tanabe on at
    RE: Adding Javascript validation in portal page

    Hi, please see below if useful.

    community.dynamics.com/.../dynamics-portals-powerapps-portal-hide-show-button-based-on-logged-on-contact-condition

    If you want to know how to set it specifically, I recommend raising support tickets for investigation.

    Thanks

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans