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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Power pages javascript...
Power Apps
Answered

Power pages javascript in a form

(1) ShareShare
ReportReport
Posted on by 112
Hello everyone, I am currently trying to make something where when you hit the submit button on a form it will have a pop up message saying "hello". My ultimate goal is to make this form update multiple tables but as of now this is what I have. 
 
if (window.jQuery) {
    (function ($) {

        $("#InsertButton").on('click', function () {

            alert("Hello");

            $("#statuscode").val(717640002);

            return true;
        });
    }(window.jQuery));
}
 
Each time I submit the form it doesn't work. I have no idea what I'm doing wrong. Does anyone have any idea what I might be doing wrong?
I have the same question (0)
  • Verified answer
    ZackS Profile Picture
    112 on at
    Sup guys, I figured it out. 
     
    $(document).ready(function () {
     
        const submitButton = document.querySelector('#InsertButton');

        if (submitButton) {
            submitButton.addEventListener('click', function(event) {

                alert("Submit button clicked! Form is being submitted...");

            });
        }
    });
     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 739 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 343 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard