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
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
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
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
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
But the meaning is to create a mouse over link , then a popup should be showed with some more information about the question
Hi Meinte,
I'm sorry it wasn't clear that you wanted a tooltip. The standard Joomla! tooltip code should work OK.
Bob
I'm sorry it wasn't clear that you wanted a tooltip. The standard Joomla! tooltip code should work OK.
Bob
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
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
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
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
Hi bob,
Thanx for all the help.
I'm now using pop-up on mouse over with HTML and Javascript.
Found the information right here:
http://www.codeave.com/javascript/code.asp?u_log=7056
Thanks again
Thanx for all the help.
I'm now using pop-up on mouse over with HTML and Javascript.
Found the information right here:
http://www.codeave.com/javascript/code.asp?u_log=7056
Thanks again
This topic is locked and no more replies can be posted.