As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hello,
I need a little help with the implementation here. So here what I want to achieve is through URL query, for example query like this,
www.example.com?name=awesome&tel=12345678
How am I gonna do so that I can create a new row in this table which has the name and tel column every time someone types the above URL?
Thanks and really appreciate your time!
Hi issacchua,
Thank you for your purchase.
Sorry but I did not quite understand you, can you please describe me more.
You want to make column to be populated with the URL links so when the user click on it it redirects to the link that is provided in the column, or I am making a mistake?
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Bogdan,
Thanks for your reply. What I want to achieve might be something out of the box. So lets say I have a table which has two columns - name column and tel column, the table name is called "tableee", whenever someone types in an URL with query , for example, www.example.com?table=tableee&name=awesome&tel=12345678
then from the query that is matching, it will create a new row in the table "tableee" with name cell "awesome" and tel cell "12345678". I know it is not something that comes with the plugins itself, but I just hope I can get some insights on how to implement this. Thanks for your help!
Hi issacchua,
Maybe the easiest way to do this is to create php script that will update database based on the parameters that you sent through url.
Please take a look at basic example at this link
It would be much harder to make this using our plugin and implementing the customization from the scratch.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks for the link! I will see what I can do with it, thank you :)