Good morning, everyone! I have a quick question. Is it possible to increase the text limit in a chronoforms button? I have some "Next page" buttons where I want to put a font awesome CSS arrow in there, as seen here, http://fortawesome.github.io/Font-Awesome/icon/arrow-right/
My idea was to use NoNumber's re-replacer to make an {arrow} tag, and then replace that with the code for the arrow. But the problem is that the text limit on the button seems to cut it off halfway, giving me weird results. Is it possible for me to remove the text limit on one of those buttons without modifying core code? Maybe with a template override or something?
Thanks for any help, and have a good day!
My idea was to use NoNumber's re-replacer to make an {arrow} tag, and then replace that with the code for the arrow. But the problem is that the text limit on the button seems to cut it off halfway, giving me weird results. Is it possible for me to remove the text limit on one of those buttons without modifying core code? Maybe with a template override or something?
Thanks for any help, and have a good day!
I found a solution to my problem, Instead of using the code like I was, I just found the unicode for the character and put it in that way. I think the button is a HTML element anyway, after seeing that mentioned a lot in my research, and not really something to be covered here, thanks, anyway!
Hi Stush,
That sounds like the best solution to me. As you said the buttons are just HTML elements - my guess is that the plug-in code won't work inside an element attribute.
If you are using CFv5 it uses Bootstrap code and I think it ought to be possible to use the bootstrap glyphicons directly.
Bob
That sounds like the best solution to me. As you said the buttons are just HTML elements - my guess is that the plug-in code won't work inside an element attribute.
If you are using CFv5 it uses Bootstrap code and I think it ought to be possible to use the bootstrap glyphicons directly.
Bob
This topic is locked and no more replies can be posted.