Single Page Apps (SPA) needed?

Hi,

I want to create a form that sends the inputs to the API endpoint. After that, I want that the form disappears from the page, call another API endpoint to get the results and showing them on the same page.

Is it possible? If so, is it necessary to use the new Wappler feature “Single Page Apps (SPA)”?

Thanks.

You don’t need SPA for that.

Just use the API Action to submit the form data and then hide it afterwards and display another area with the results

2 Likes

OK, thanks.

I try it and I will let you know.

3 posts were split to a new topic: Hide form after submit