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
New to everything - WordPress, HTML, shortcode, JavaScript, CCS, wpDataTables.
My issue is: I want to vary the headings and labels on the "detail" page for the master table records based on one of the field values and using shortcode for the conditional logic. Something like:
[if %fieldname1% = "TestValue1"]
<h4>Heading One</h4>
Label 1: %fieldname2%
Label 2: %fieldname3%
[/if]
[if %fieldname1% = "TestValue2"]
<h4>Heading Two</h4>
Label 3: %fieldname2%
Label 4: %fieldname3%
[/if]
The above obviously doesn't work, but I have also tried:
%fieldname1% == "TestValue1"
"%fieldname1%" = "TestValue1"
"%fieldname1%" == "TestValue1"
What is the format I need to use for the conditional statement?
Hello David
I am sorry to disappoint you, but unfortunately something like this is not possible with the plugin's built-in features.
Our developers will be looking at expanding Master-Detail functionalities, but at the moment it can only work as described in our documentation.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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