If I understand your question correctly, you are searching for a subscription form for a particular list, then you could do a search within the page (or its file) (e.g. by searching the code with any modern browser in development mode/inspect element) and search for a string similar to this:Hi is there any way to locate subscription forms on the existing page via id number of the form? I need to delate some of them and i don't know how to find where they are
If it is only few pages, then you could just go to each page and perform above procedure for each.need to check all the pages for particular code
how to view it phpmyadmin? I went to mw_list_subscriber click edit subsriber but there is no data from which url he comes from. In which table shall i look for?If it is only few pages, then you could just go to each page and perform above procedure for each.
If it is many pages, then just take each pages file and put them all into one directory and perform the search through all files.
Another way would be to see in phpMyAdmin via subscription URL where subscriptions for a particular list come from, and this way know where the form is.
Take into account that subscription forms belong to lists, and subscribers belong to lists.how to view it phpmyadmin? I went to mw_list_subscriber click edit subsriber but there is no data from which url he comes from. In which table shall i look for?
As you posted that the pages are in wordpress, go to your wordpress database and there you will find the list IDs (in the pages with the subscription forms for those lists to which the IDs belong).
I tried this https://ZIELONYZAGONEK.PL/index.php/lists/sf595nto1l372/subscribe but it doesn't work@EVA - The subscribe url can be found if you go to your List Pages and select the Subscribe form.
It's format is like:
https://www.domain.com/index.php/lists/LIST_UID/subscribe
I went to wordpress database but there isn't anything like table with list id . Can you provide me any screen shot so i will see where to find the page where the form is embedded?As you posted that the pages are in wordpress, go to your wordpress database and there you will find the list IDs (in the pages with the subscription forms for those lists to which the IDs belong).
You need to do a full text search within the code of the pages (i.e. phpMyAdmin wordpress database) for the list IDs you are looking for, since they are part of the form code you put into the pages.I went to wordpress database but there isn't anything like table with list id . Can you provide me any screen shot so i will see where to find the page where the form is embedded?