I'm building a confiform that generates a new page for each request submitted, the problem is the CardView I have setup doesn't look great when the data in certain fields exceeds the width of the screen, specifically text area fields. Also, the column in CardView that displays the field's labels becomes very narrow when the text area fields data exceeds the width of the screen. How do I adjust the size of the column that contains the field labels and how do I get these text area fields to wrap the text, preferably without breaking a word in the process?
Hi
I think this one should help
It is about the TableView, but CardView also generates a table, so this should be relevant and applicable to CardView as well
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
May be I misunderstood the question...
This is what I mean. The result value of the "ta" field is rendered in the "cell" but is limited to width:100px;max-width:100px;word-wrap:break-word;
(via CSS parameter on ConfiForms Field macro)
Is that what you are looking for to achieve?
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually, the mistake was on me. The dummy text I used to test my confiform was being treated as a single word, so once I fixed that issue, your advice worked. Thank you for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.