Skip to content
Advertisement

How to call component, after submit form success?

I have a page with a register form, after submit form and return response success, i need to call another component in the same page, without reload page, how to do this?

Method post from form with response:

JavaScript

Advertisement

Answer

I assume you mean ‘reveal’ the component after response successful? You can try below:

JavaScript

Then in js part:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement