Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

HTML code removed when saving the post

  • #4286
    Avatar photo[anonymous]

    Hello, I’m trying to include a kwesforms html code in a post and it removes the validation rules tags, for example:

    Before saving the post:
    <input type = “text” name = “name” rules = “required | max: 255”>

    After saving the post:
    <input type = “text” name = “name”>

    Does anyone know why and can help me?
    Thank you.

    #4288
    Avatar photoBob

    The Tiny editor cleans up some HTML tags,  try to use Block Editor for this type of post, especially the HTML block.