• Resolved grehgor

    (@grehgor)


    I noticed that textarea fields only print in the size of the window.

    ?– So if the height of the textarea field will be 400px, then the text that falls in this height will be printed.

    – If the field is empty, it is also full in the printout.

    – If there is more text, it will be cut off.

    Is there any way for this type of field to print dynamically? Printed content matched the amount of content in the field, and not limited to the size of the field on the page?

    I have a second question, does it have to be the pro version for printing and sending forms to cf7?

Viewing 1 replies (of 1 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    Q1: Auto resizing textarea to fit content:
    This is sadly a limitation of the quirky textarea element. However, there are a couple of scripts that could be implemented to auto-resize the textarea element to fit the content… but this is beyond the scope of our plugin.

    Q2: The pro version does this out of the box. The free version could be rigged up to do this, but it would take some time. You would need to write some code that either: trigger the submit if the print is triggered— or trigger the print if submit is triggered.

Viewing 1 replies (of 1 total)
  • The topic ‘printing textarea fields’ is closed to new replies.