Comments Euder started the conversationMay 9, 2019 at 1:56pmHi there! In a Image field, I am using a URL to generate a QRcode but I need to construct this URL with an information from a field content. How can we do this? ex. https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=<fieldname> 1Shai repliedMay 9, 2019 at 9:18pmyou can use "concat" in the SQL statement concat ("https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=",<fieldname>) as image_url 2,572Aleksandar repliedMay 10, 2019 at 12:18pmHello Euder.If I understood you correctly, and you want to display information behind that QR code, what Shai wrote here could be one way to do this.Is this what you're asking?Also, Shai, thank you for your input on this.Best regards.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 Sign in to reply ...
Hi there! In a Image field, I am using a URL to generate a QRcode but I need to construct this URL with an information from a field content. How can we do this? ex. https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=<fieldname>
you can use "concat" in the SQL statement concat ("https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=",<fieldname>) as image_url
Hello Euder.
If I understood you correctly, and you want to display information behind that QR code, what Shai wrote here could be one way to do this.
Is this what you're asking?
Also, Shai, thank you for your input on this.
Best regards.
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