Characters suppressed from text fields

QuestionsCharacters suppressed from text fields
Ed K asked 11 months ago

Is there any way to disable characters being omitted from a text / textarea field?

Example, entering “x <> 5” results in a values of “x 5”

1 Answers
Abu Ghufran Staff answered 11 months ago

Hi,

Most likely it’s sanitizing it expecting XSS attack.

You can disable it by:

$col[“sanitize”] = false;

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

17 + 19 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?