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
Hi
I understand that WP Datatables can add an email link to text in a column.
What we need to know is if it is possible for WP Datatables to do the following.
See screenshot attached.
If our customer click on "Enquire now" (This will be an email link) will WP Datatables be able to add a subject line(New online enquiry) and description (Eg Item no #3063) in the clients email program?
This will give us the advantage to know what the enquiry is about.
It this is not a standard feature of WP Datatables but you are of the opinion that a programmer can get this done for us the please let me know.
Much appreciated.
Stephan
Hi Stephan,
You can actually do this by entering following code snippet in string type column:
This will add "New online enquiry" as email subject and "Item no #3063" as email body.
You can make this dynamic by gathering this informations from other cells in same row, but this requires writing additional code and could not be done with built in tools.