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

Carry Forward Form Fields Formatting

  • November 1, 2023
  • 6 replies
  • 143 views

Forum|alt.badge.img+5

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 :)

Best answer by TomG

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>

 

6 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6084 replies
  • November 1, 2023

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.


Forum|alt.badge.img+5
  • Author
  • Level 5 ●●●●●
  • 157 replies
  • November 2, 2023

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.

 


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6084 replies
  • November 2, 2023

@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.


Forum|alt.badge.img+5
  • Author
  • Level 5 ●●●●●
  • 157 replies
  • November 2, 2023

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

Where does the style tag go?

Thanks :)


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6084 replies
  • Answer
  • November 2, 2023

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>

 


Forum|alt.badge.img+5
  • Author
  • Level 5 ●●●●●
  • 157 replies
  • November 2, 2023

Learning everyday, thanks :)