Can we have one DB table for a form which is used in multiple pages?

If not for the purpose of having a wizard-like form, but instead having the same form in multiple pages (e.g. leave your contact), is it possible? I meant to avoid having multiple tables in the database when it’s about the same purpose and content.

Hi there …

To answer your question: Yes, you can.
But I still don’t get what you’re trying to do.

Thank you, Ahmad, for your answer. I’ll try to develop more :wink:

I have two pages in my site, but both have an identical form with the same purpose – let’s say “subscribing for news”, for simplicity. I want that all submissions (regardless of coming from page A or B forms) go to the same table in the database, not each to its own, given that they are the same type of contact.

PS – I don’t want to use the footer/header section for the form.

@destinoabaton Do you mean you want them to be on the same entry? Or the same database?

@ahmadnasriya , he means the latter.
“I want all submissions go to the same table in the database”

Did you get an answer for this?

Yes, it’s definitely possible.

You can definitely do that.

could you explain how to achieve this?