Hello,
Here is a new article to make the best use of data types: linked field(s) by value or by reference.
https://support.appdrag.com/doc/One-to-one-and-one-to-many
Thanks !
Hello,
Here is a new article to make the best use of data types: linked field(s) by value or by reference.
https://support.appdrag.com/doc/One-to-one-and-one-to-many
Thanks !
Hi @Katya-Nakache ,
Really good idea,
In the meantime you can copy your footer section and paste it into the new page (the page for which you only want the footer).
Thank you and have a nice day
@stephanie-AKOUN said in TRANSLATE WEBSITE:
Hello, I want to translate my site into two Hebrew and English languages I canβt get there can you help me?
Hi StΓ©phanie,
You can follow this article : How do i translate my website.
Don't hesitate to contact us for anything you might need.
Hello @Linda-MacDonald ,
In order to retrieve the blog articles you must use the blog's REST API, I just wrote an article to make it easier for you
You can find it here
Once your blog posts are in your table, all you have to do is follow the article on the searchbar
Don't hesitate if you have other questions.
Have a nice day
Hope that helps you, here is a tutorial to automate the sending of a digital product :
Let me know if you have any other questions and if we can improve the documentation.
Thank you and have a nice day
Hi @Lora-Alexander,
When you create an account with appdrag you have 5000 characters available which can be estimate as 800 words or 1.5 pages single-spaced
After that, you can buy translation credits in your payment section :
Thanks
Hello @Linda-MacDonald,
First of all, this is an example of what you receive from the API :
So we need to use "imageURL" and not 'image',
Then, as you can see we will receive an incomplete link, so what you need to do is to add this below your variable let PublishDate :
let image = articles[i].imageUrl;
image = '//cf.appdrag.com/APPID/'+ image
APPID : You can find the APPID of your project at the top right of your API function screen by clicking on 'Configure' :
Then, execute and you will see your images in your database :
Don't hesitate if you've got other questions.
Thanks & Have a nice day
Hi Katya,
A little tips to improve ux when you display phone numbers.
Clicking on the phone number can directly open the phone call option :
Create a button to display your number :
In the 'Link' option, write your number like this :
And so when the user clicks on the number the application is automatically triggered:
Hello @Daniel-Mulroy,
Indeed the plugin does not manage the data coming from the backend.
I will write an article to write a carousel using these data asap.
Thanks and have a nice day
Hi,
In addition to Wassim's answer, you can check the tutorial in order to configure predefined value for all your elements.
Don't hesitate if you have any further questions and if we can improve the documentation.
Thank you and have a nice day
Hello @Dick-Honing,
I suppose your function is of type node and I need more information about your function
But a general example would be like this
var query = INSERT INTO users SET name='${name'};SELECT LAST_INSERT_ID();
;
Thank you and have a nice day
Hello @Dick-Honing,
You can use "SELECT LAST_INSERT_ID();"
The LAST_INSERT_ID() function returns the AUTO_INCREMENT id of the last row that has been inserted or updated in a table.
I hope I answer your question well.
Thank you and have a nice day
Hi @Dick-Honing,
Did you try to remove the input parameter 'phone1' and add it again and then click to 'Try'.
I hope I answer your question well.
Thank you and have a nice day
Hello @Henrik-Riccius,
You can follow this tutorial here to make a 'Dowload PDF' button.
I hope I answer your question well.
Thank you and have a nice day
Hello @Linda-MacDonald,
I just modified the article to use the BLOG API with a search bar even more easily only in the front-end.
PS: No need to use the backend anymore
You can find the article here.
Hi @Linda-MacDonald,
In our example, the user enters the word 'what' in the search bar and we search if it exists only in our titles (and our output is only the title of the article found).
However, you can also search if this word exists either in the title or in the description, and in this case you can select in the output ('title' and 'description')
If you want to search only in titles but want to receive the title + description, it's up to you to choose the output columns you want to receive.
Here is an example :
I hope I answer your question well.
Thank you and have a nice day
Hello @Daniel-Mulroy ,
Thing promised thing due :), Here is the article.
I hope that answers what you are looking for.
Do not hesitate if you have questions.
Thanks and have a nice day
Hello @Daniel-Mulroy,
Indeed the plugin does not manage the data coming from the backend.
I will write an article to write a carousel using these data asap.
Thanks and have a nice day
Hello @Linda-MacDonald,
First of all, this is an example of what you receive from the API :
So we need to use "imageURL" and not 'image',
Then, as you can see we will receive an incomplete link, so what you need to do is to add this below your variable let PublishDate :
let image = articles[i].imageUrl;
image = '//cf.appdrag.com/APPID/'+ image
APPID : You can find the APPID of your project at the top right of your API function screen by clicking on 'Configure' :
Then, execute and you will see your images in your database :
Don't hesitate if you've got other questions.
Thanks & Have a nice day