Hey,
I’m having a problem embedding this code onto a page on my website. It’s supposed to be a donation form, and I’ve tried to paste it into the HTML iframe (nothing would appear), used the Custom Code feature under Tracking & Analytics to attach it to the body of the specific page (nothing would appear), and then tried to paste it into the Page Code box that’s at the bottom of the Wix Editor, but it would just say there was a “parsing error: unexpected token <”
The code worked fine when I had a friend embed it onto a page on his own website (not hosted by Wix), so it doesn’t seem to be an issue with the code itself.
Any thoughts?
same issues…is anyone monitoring this site?
@kenny88273
A J-Query based code. I do not know if it is accepted for example in an HTML-Component or custom element.
Please add your own issue into a new post instead of bumping up an old post. Explain what you are trying to do, what works, and what doesn’t. Also, add any code in a code block as stated in the Forum Guidelines .
You can’t embed HTML in a Velo page. You might want to consider using an HtmlComponent . For more information, see the article Working with the HTML Component in Velo .
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.
This is an old post and is being closed.