Hi again - I'm trying to make the answer box for a field in my Confiform larger. I'm doing this by adjusting the CSS styles option in the field definition macro. I have managed to get the box bigger, but the text still goes in one line across the middle of the box. Any ideas on how to solve? See my problem and my current CSS code below.
width: 1000px; height: 400px; box-sizing: border-box; padding: 10px; white-space: pre-wrap; overflow: auto;
Would be great to get some help on this - struggled to find an answer on CSS manuals.
Hi @Andrew Watt
What field type do you use for the "description" field? Is it a text field or a textarea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Text field is the one that accepts ONE line of a text, while the textarea accepts multiple
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh okay - thanks for the advice. Apologies for asking a second question in a week.
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.
Not, unless you put it with a validation rule https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+Field+Definition+Rules#ConfiFormsFieldDefinitionRules-Validationrule
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.