Welcome to the new Filmotech Forum.
Old forums have been archived and are available here (read only)
To use this new forum, you need to create a new account.

AD
HTML Tags: App to W...
 
Notifications
Clear all

[Solved] HTML Tags: App to Website

2 Posts
2 Users
0 Reactions
1,706 Views
0
Topic starter

Hi! I notice that I can add HTML tags like <i> to entries in the app (for example, in the "Features" field), but when I publish to a website, those are stripped out. Is there a fix for that?


1 Answer
0

Hello, you need to update PHP code from the api.php file and remove or update the strip_tags call in the cleanInputs function.

https://www.php.net/manual/en/function.strip-tags.php


NeonJack Topic starter 10/10/2025 1:39 am

@filmotech Thanks! Will give that a try!