Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested answer

Webform step - webFormClientValidate is undefined

(0) ShareShare
ReportReport
Posted on by 2,811

Hi All,

Thanks for reading my post.

I'm using Dynamics 365 Portal in which I'm using Web Template which is calling Webform. Webform has Webform steps. Under Webform step I've written down General Validation Javascript as mentioned here.

Problem is webFormClientValidate is appearing as undefined.

My code is almost the same:-

if (window.jQuery) {
   (function ($) {
      if (typeof (webFormClientValidate) != 'undefined') {
         var originalValidationFunction = webFormClientValidate;
         if (originalValidationFunction && typeof (originalValidationFunction) == "function") {
            webFormClientValidate = function() {
               originalValidationFunction.apply(this, arguments);
               $("#wp_websubdivisionclearance").val(JSON.stringify(getFormData()));
               return true;
            };
         }
      }
   }(window.jQuery));
}

Thanks alot!

  • Zohaib Uddin Khan Profile Picture
    2,811 on at
    RE: Webform step - webFormClientValidate is undefined

    Thanks for the reply.

    Since, I'm using Webform rather than EntityForm, so webFormClientValidate is more correct rather than entityFormClientValidate.

    Kindly let us know, if you think the other way. Cheers.

  • Suggested answer
    Luis Nogueira Profile Picture
    on at
    RE: Webform step - webFormClientValidate is undefined

    Hi Zohaib,

    Have you tried entityFormClientValidate  instead?

    community.adxstudio.com/.../

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Siv Sagar Profile Picture

Siv Sagar 149 Super User 2025 Season 1

#2
Daivat Vartak (v-9davar) Profile Picture

Daivat Vartak (v-9d... 53 Super User 2025 Season 1

#3
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 47

Overall leaderboard

Product updates

Dynamics 365 release plans