information balloon

mgdejong 30 Nov, 2011
Hello,

I have a form to make in Chrono Forms 3.1 it works just fine but now I would like to create an information field with a button / link to where the demand is clearly defined.

How can I do with a text field?

Regards,

Meinte de Jong
GreyHead 30 Nov, 2011
Hi Meinte,

I think that either the plain text element or the header element will let you do this. Or you can edit the Form HTML directly in the Form Code tab.

Bob
mgdejong 02 Dec, 2011
I'll Try.

But the meaning is to create a mouse over link , then a popup should be showed with some more information about the question
GreyHead 02 Dec, 2011
Hi Meinte,

I'm sorry it wasn't clear that you wanted a tooltip. The standard Joomla! tooltip code should work OK.

Bob
mgdejong 02 Dec, 2011
Thanx again🙂

I'v tried it with the following code and it works.
"<?php echo JHTML::tooltip('?>This is the tooltip text<?php', 'Tooltip title',
'tooltip.png', '', 'http://www.joomla.org');?>"

Only i would like to use some HTML-code to show more things like a table or something

I'm pretty new with scripting, so sorry for my noob questions.

Meinte
GreyHead 02 Dec, 2011
Hi Meinte,

You can show more data in a Light box. Possibly there are tooltips that allow HTML, not something I know much about I'm afraid :-(

Bob
This topic is locked and no more replies can be posted.