In case you haven't noticed, the internet isn't going anywhere--or is it? The web is constantly changing and evolving. Is your online presence up to snuff with the times we live in? We can get you there.
It looks like you'll need to make some changes to your customizable HTML. Under "Advanced Form Options" click the "Edit HTML" button. Find the box for that field and add change the [input] line to something like this:
To make the field un-editable, you will need to set it as a read-only field. Click the pencil icon right next to the field to set it as read-only
7:08 am November 11, 2010
k9cardio
6
That accomplished the un-editable that I wanted, however now the text is light grey and barely readable. How do I make the text readable and keep the un-editable field?
7:19 am November 11, 2010
Steph
7
You'll need to override the styling on that by adding this to your theme style.css:
It allows you to select the text now which is great, but when you print the page it looks like a screen shot.
How can I have the whole agreement print without loosing the scroll feature?
Thanks,
Jason
8:59 am December 1, 2010
Steph
12
You'll have to add some css only for printing. You can get the id of that field (#field_altzgo), and add a big height to it in a print css. Please take a look at this page for more information. If you need further help on this, please contact a web developer. Sorry.