HTML Delimiter Field Type
HTML delimiter field type is a special type. This field not collects user information. It allow you to put static HTML content in a field position.
This is useful for add descriptions or long tips in field position.
How to use
- Create a field
- Add title
- Add description in HTML editor
Features
This field trigger
Joomla content plugins, so you can add codes to render dinamic contents. It also trigger our
Content Plugin, so you can use it to format your output, for example:
I have 2 fields like "Site Name" (text type with alias "website_name") and "Website" (link field type with alias "website_url"). Instead show these 2 fields in profile page I can show a single HTML delimiter that contain these 2 fields like a link with url
{user website_url displayed raw}
and text
{user website_name displayed}
(docs about our content plugin at
http://docs.easy-profile.com/index.php/article/content-plugin)