Carry Forward Form Fields Formatting | XM Community
Skip to main content

Hi Everyone

I hope you’re well.

I have a carry forward form fields question, that in this example carriers over Test123.

Unlike a normal form fields question, I have no control over the formatting of Test123.

How can I edit the formatting of Test123 – just the font size?

And how could I make the text entry box bigger, so respondents can enter more text?

Thanks :)

You can change the font size with a CSS rule or JavaScript.  I would be more specific, but It isn’t clear to me it you only want to change a specific row or all of them in your form field question or if the form field question is the only question on the page.

To change the text box size, click ‘Click to edit validation’ then select Essay for the Test123 row.


Hi Tom

Thanks for getting back to me.

The form fields will be the only question on the page, and I would like to change all of them.

Thanks for the essay tip.

Like this.

 


@parkie_0007,

You can add this to your question text inside a <style> tag.

.Skin .FORM .QuestionBody label { font-size:larger; }

Adjust font size as needed.

If you want it to apply to all form questions in the survey, add it to Custom CSS.


Thanks Tom, but I will need a little more guidance.

Where does the style tag go?

Thanks :)


Thanks Tom, but I will need a little more guidance.

Where does the style tag go?

Thanks :)

Edit your question text in HTML view, then add it to the end:

<style>
.Skin .FORM .QuestionBody label { font-size:larger; }
</style>

 


Learning everyday, thanks :) 


Leave a Reply