Form Field Question - Full Length Boxes | XM Community
Skip to main content
Solved

Form Field Question - Full Length Boxes

  • July 10, 2023
  • 5 replies
  • 103 views

Forum|alt.badge.img+5

Hi Everyone

How would I make these form field boxes full length?

 

Thanks as always :)

Best answer by Sachin Nandikol

Hi @parkie_0007,

Once you add a Form Field question you will see an option called “Click to add validation”. Click on it and then in “Text Field Size” you can edit the size.

5 replies

Sowrabh1993
QPN Level 5 ●●●●●
Forum|alt.badge.img+15
  • QPN Level 5 ●●●●●
  • 112 replies
  • July 10, 2023

Hi @parkie_0007 ,

 

Can you make the text entry size long and then add below code?

You can add the below code to css in look and feel.

.Skin .TE .ChoiceStructure .Long
{
width: 100% !important;
}

Here’s how to navigate there:

 


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

Thanks for getting back to me but I don’t see these options?

Thanks :)


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

I found it! Thanks and working as expected! 


Sachin Nandikol
QPN Level 6 ●●●●●●
Forum|alt.badge.img+44
  • QPN Level 6 ●●●●●●
  • 530 replies
  • Answer
  • July 10, 2023

Hi @parkie_0007,

Once you add a Form Field question you will see an option called “Click to add validation”. Click on it and then in “Text Field Size” you can edit the size.


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

Amazing. Thanks :)