<form></form>tag content disappear when I want to edit a page in text/x-web-textile format

Hi

I want to edit a page: past following code into text section in text/x-web-textile format:

<table id="item" class="table table-striped">
	<thead class="thead-light">
		<th>Sr.no</th>
		<th>Item No.</th>
		<th>Description</th>
		<th>Details</th>
		<th>Image</th>
	</thead>
    <tbody>
	    <tr>
					<td><div><form id="1" action="https://mail.kyholdings.com/images.php" method = "POST" target= "_blank" ><input type="hidden" name="货号" value="292-007BEL"><input type="submit" class="btn btn-link" form="1"  value="1"></form></div></td>
					<td>292-007BEL</td>
					<td>2COLLAR EXTENDERS</td>
					<td></td>
					<td><a href="https://www.kyholdings.com/image/plomino/292-007.jpg" target="_blank"><img src="https://www.kyholdings.com/image/plomino/247701.jpg" width=120px; height:auto;"></a></td>
				</tr><tr>
					<td><div><form id="2" action="https://mail.kyholdings.com/images.php" method = "POST" target= "_blank" ><input type="hidden" name="货号" value="292-007VHO"><input type="submit" class="btn btn-link" form="2"  value="2"></form></div></td>
					<td>292-007VHO</td>
					<td>2COLLAR EXTENDERS</td>
					<td></td>
					<td><a href="https://www.kyholdings.com/image/plomino/flash.bmp" target="_blank"><img src="https://www.kyholdings.com/image/plomino/247801.jpg" width=120px; height:auto;"></a></td>
				</tr>     </tbody>
</table>

after click save, the first colume is empty: all the content inside the <form></form> tag disappear.
When I check the page web source code, there is nothing between <div></div> tag.

What caused this probem?
How to fix it?

re: Version Overview

  • Plone 5.2.2 (5209)
  • CMF 2.4.8
  • Zope 4.5.1
  • Python 3.7.5 (default, Nov 7 2019, 10:50:52) [GCC 8.3.0]
  • PIL 6.2.2 (Pillow)
  • WSGI: On
  • Server: waitress 1.4.4

Thanks.
Alex

I assume the content is filtered out for security reasons.
I am not sure it is a good idea to do it this way.
I would write a browser view.

If you are SURE you want to do this, you could try to add the tags to the allowed section:
/@@filter-controlpanel

HI Espen

Thank you so kindly reply.
Please feel free to write a browser view to let it work.

I have tried to add form tag to valid tags list and restart the plone. but it looks like nothing changed:
Here is the page I want to show
www.kyholdings.tk

Thanks again for you so kind attention to this problem.
Wish you could help me to fix it well.

Yours Sincerely
Alex Zhang
KY HOLDINGS LIMITED
10/F INT'L BLDG(E) 369 SHUANGXI WEST RD. JINHUA ZHEJIANG CHINA P.C.:321017
TEL: +86 579 8239 0958
FAX: +86 579 823 8501
E-mail: buyerclub.cn@gmail.com
http://www.kyholdings.com
skype: zjsources

Espen via Plone Community <community@plone.org> 于2020年12月9日周三 下午7:40写道:

Hi Espen

I also add following attributes into the custom attribute list
style
action
method
target
class
value

Espen via Plone Community <community@plone.org> 于2020年12月9日周三 下午7:40写道: