How do I change the size of the "Paragraph Text" field in a Form Wizard Pro form?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
4/18/2012 5:49:09 PM
Gravatar
Total Posts 37

How do I change the size of the "Paragraph Text" field in a Form Wizard Pro form?

Hello,

I have a user who has created a contact form using the Form Wizard Pro. Everything has worked well except for he'd like to make the "Paragraph Text" field wider. He would like it to mimic the text area of the basic contact form. What and how would I need to add to the CSS to make this happen? Also in the basic contact form, there is a toolbar menu at the top for copy, past, bold, etc. Is there a way to turn this feature on for the "Paragraph Text" field of this Form Wizard Pro form? I appreciate the assistance!

4/19/2012 12:43:51 PM
Gravatar
Total Posts 18439

Re: How do I change the size of the "Paragraph Text" field in a Form Wizard Pro form?

The form wizard paragraph question type does not support use of an html wysiwyg editor at this point, it expects text rather than html.

I will log a request in our project traker and consider adding support for that.

As far as resizing it, you can do that from cSS like this:

.qparagraph textarea{ width: 700px; height:500px; }

Hope that helps,

Joe

4/20/2012 9:55:41 AM
Gravatar
Total Posts 37

Re: How do I change the size of the "Paragraph Text" field in a Form Wizard Pro form?

Thank you so much Joe, that did the trick!  I also look forward to the possible supported wysiwyg editor in the future.

Thanks,

          Tyler

You must sign in to post in the forums. This thread is closed to new posts.