[ad_1]
Hi guys, I’m posting a JSON to my VPS server, and my VPS server is returning/responding with a JSON with different keys. How can I show to the user in the frontend the value of a certain key of this response? I’m using wpudev forminator. Thanks in advance!
[ad_2]
Using JS you could handle the response, find the needed value to show, and append/update elements with the new value.