levonk
New Member
I am creating a list for several online journals and I would like people to subscribe/unsubscribe. Most people will want to subscribe to more than one journal. I am using a WordPress site for the subscription. The widget works fine, but for every journal someone wants to subscribe, they need to enter all the information again.
I would like to have a page, instead of the widget, where personal information can be entered, and checkboxes with available journals so people can tick the ones they want, or un-tick the ones they don't want.
The way the tbl_mlm_sub table is setup will not allow this. It also multiplies the number of records, hence the database size, which may become quite large when you have many people subscribed to many journals.
I know this would be a big job, but is there a way to create relational tables to hold the information required? My guess is there would be need for three tables: 1. Personal Information, 2. Journals, 3. relationship table.
I am also creating a FileMaker solution to manage the database and would be happy to share that. But I am unsure whether it is worth working with the current database structure. If the possibility of a change of structure exists, I would rather work on that.
I would like to have a page, instead of the widget, where personal information can be entered, and checkboxes with available journals so people can tick the ones they want, or un-tick the ones they don't want.
The way the tbl_mlm_sub table is setup will not allow this. It also multiplies the number of records, hence the database size, which may become quite large when you have many people subscribed to many journals.
I know this would be a big job, but is there a way to create relational tables to hold the information required? My guess is there would be need for three tables: 1. Personal Information, 2. Journals, 3. relationship table.
I am also creating a FileMaker solution to manage the database and would be happy to share that. But I am unsure whether it is worth working with the current database structure. If the possibility of a change of structure exists, I would rather work on that.