Dera Members,
I have authored one row html in a dialog which is having <form> tag, but when we submit it, RTE actually striping off the form tag. like
it converts
<form method=“POST” action=“https://abc.com”>
<input type =“hidden” name = “name” value = “xyz===="/>
<input type=“submit” value=“Click here” />
</form>
to
<input type="hidden" name="name" value="xyz===">
<input type="submit" value="Click here ">
I don know what can be solution of it, if any one is having any idea, please respond.
Thanks
Umesh Thakur
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Umesh_Thakur ,
Can you please explain What are the configurations you have done to resolve this issue. As I can see the form tag is already valid tag in xssprotection.xml.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies