Please note that Form2Content is no longer being developed. All files from the latest version can be found on Github.

Form2Content Forum

Questions and answers for Form2Content, a Joomla CCK.
  1. Tomislav
  2. F2C field types
  3. Wednesday, 21 October 2015
  4.  Subscribe via email
Hi,
have litle problem with INFO TEXT FIELD. When using editor whole code shows in frontend.
When editor put in plain text it shows corectly text, but in this way cant style contest.

example:

when put "Hello" in editor, it shows in frontend "<div>Hello>/div>".

Is it possible that jquery or something is causing this?

Regards,
Tom
Responses (2)
Accepted Answer Pending Moderation
Thanks Patrik.
  1. more than a month ago
  2. F2C field types
  3. # 1
Accepted Answer Pending Moderation
Hi Tom,

This problem will be fixed in the next release.
For the mean time, if you want to fix it yourself:

Open the file components/com_form2content/layouts/field/infotext.php

On line #6 you will see this code:

echo $this->escape($field->settings->get('inf_text') . $displayData['description']);

Change that to:

echo $field->settings->get('inf_text') . $displayData['description'];

regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. F2C field types
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.