How to display a welcome message after submitting a form using only innerHTML

I am unable to find the code where I want the user of my website to fill a form and right after submitting the form he/she gets a welcome message on the same sign-up page, not on a different page.

Hi zena welcome to the forum

Sorry, but I’m not clear what your question is. When you say “unable to find”, do you mean that there is already a form but the welcome message is on a different page and you want it to be on the same page as the form instead? Or by “unable to find” do you mean there is a form and you are wanting to find code that will display a welcome message on the same page as the form?

In other words, are you wanting to change how existing code is working or add new code?

2 Likes

Hi Mittineague, I already have a form but I couldn’t figure out the code that must be used to display a welcome message when the user fills the form I have and submits it. I know how to write the code for a pop up alert but that’s not what I need for my project. All I need is a welcome message to be displayed on the same page below the form using innerHTML.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.