• Resolved shamburg

    (@shamburg)


    Joe –

    is there a way to put a box into a form that has text in it that is read only? The box would need to scroll down if the text is longer than the box dimensions.

    Essentially, I want to put a contract on a page to be read by anyone reading the page and I dont want it to take up the entire page.

    Thanks.

    https://wordpress.org/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Thread Starter shamburg

    (@shamburg)

    for those interested, I found the answer…

    <textarea readonly=”yes”>
    text here
    </textarea>

    if you need to increase the size use the following:

    <textarea rows=x col=x readonly=”yes”>

Viewing 1 replies (of 1 total)
  • The topic ‘scroll box?’ is closed to new replies.