Dynamic hyperlink pointing to a data-entry form
-
Hi, firstly: great work with this plugin!
Secondly, I would like to implement the following use-case:
– to publish a page that shows a certain view -> easy!
– each record of the view should contain a “dynamic hyperlink” which should point directly to the data-entry form of a certain (also different) tableIn other words, I would like to leverage the dynamic hyperlinks functionality to generate URLs pointing to data-entry forms related to certain specific records belonging to tables managed by the plug-in itself.
I noticed that the common URL of a data-entry form, for a table managed by the plug-in, looks like the following:
<my_website_url>/wp-admin/admin.php?page=<my_page_id>&schema_name=<my_db_schema_name>&table_name=<my_table_name>
where I don’t know “how to pass” a sort of “key value”, in order to “point” directly to a certain record of my table
The page I need help with: [log in to see the link]
- The topic ‘Dynamic hyperlink pointing to a data-entry form’ is closed to new replies.