The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
HTML & Textarea - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: HTML & Textarea (/showthread.php?tid=418) |
HTML & Textarea - teinedraig - Dec 29th, 2009 Hi, I have the issue where, if I enter the sample text below, the html tags are stripped off when it is submitted. <b>Header</b> Even though it displayed correctly when I initally added the form (in the Add Form process. If I re-edit the form through FormTools and add the tags in they stay ion just fine so it appears the process.php is stripping them out? RE: HTML & Textarea - stephenmendes - Dec 30th, 2009 Well from the very less information that you have provided, it is very difficult to come come a solution to it. It can be possible that the process.php is stripping it out. But there can be other reasons too. RE: HTML & Textarea - Ben - Jan 1st, 2010 Hey guys, Actually this one's is due to a config settings. By default, for security purposes, all markup is stripped from form submissions. This is to prevent risk of XSS attacks, even those that would target the Form Tools UI. To get around it, just go to Edit Form -> Main tab, and change the "Strip tags in form submissions" setting (the last one) to "no". That should fix your problem. All the best! - Ben |