HTML code issues on mobile platform

Lake Church has a website with HTML coding for the donation button. The coding works for the desktop and laptops, but doesn’t work on mobile devices. Does anyone know how to fix the issue? The website is lakechurchnc.com.

Sorry, but adding code to an HTML component is not a part of the Wix Code product (which is what this forum is about). The basics of an HTML component is to put any HTML code in it. That code can be copied from any source that you want, but you need to know the exact code to put there (which is not related to Wix Code)… You will need to check with the service provider to find out how to get it work.

A more secure way to handle web service requests is by using backend (server-side) code. Using backend code you can secure your passwords, API keys, and other secret information. The article Accessing 3rd Party Services explains how this is done. I recommend checking with the service provider to see if they provide a REST interface.