I tried to pass the HTML in Rest Services But I got the Error
This is the code here:

I got error in form tag declaring
Can anyone help me to resolve this error!!
Discussion (3)0
Comments
If you would look carefully to your code, you would see this place
all HTML should be between &html< and >
But in your code, some of HTML outside of this command.
Yes, this is the syntax error in the code.
Anyway, question is still what is a purpose of such page? If you require such functionality, wouldn't be better to use standard CSP page?
What do you want to achieve?