CodeIgniter Forums
style attribute problem im form submit - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: style attribute problem im form submit (/showthread.php?tid=71566)



style attribute problem im form submit - kangabampramod - 08-30-2018

Please someone help my error.
In my project i use tinymce,codeigniter 3.1.9
i create a form which use tinymce.
Everything is fine if i type texts in tinymce editor and submit form.
The problem is that i tried to text-align the texts  i typed and submit the form but there i got empty post when i print_r the $_POST.
What might be the problem


RE: style attribute problem im form submit - php_rocs - 08-30-2018

@kangabampramod,

Can you post the code that was used (Controller, Model and view)? Basically, we need more information.