• Resolved sumaschu1

    (@sumaschu1)


    Hi,

    This is really a wonderful plug-in. Thanks for providing it to us!!

    Having trouble printing with a form I created that has 2 columns in it. The display correctly shows the rows as such:

    Row 1 Column 1 | Row 1 Column 2
    Row 2 Column 1 | Row 2 Column 2

    However, when I print the form, the output looks like this:

    Row 1 Column 1
    Row 1 Column 2
    Row 2 Column 1
    Row 2 Column 2

    This makes the output not very readable or useful. What changes do I need to make the printout look like the display? Have used the Fieldset to make my 2 column table and set the “Columns” to “2 columns” within the Field Settings.

    Thanks for your help!! Please let me know what questions you have.
    Mark <><

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @sumaschu1,

    My apologies for the delay answering to your question, I’ve not received the notification of your ticket.

    The solution would be include the styles as part of the form, for example, inserting a “HTML Content” field in the form, with the following piece of code as its content:

    <style>
    .column2{float:left !important; width:49% !important;}
    .column3{float:left !important; width:33% !important;}
    </style>

    Best regards.

    Thread Starter sumaschu1

    (@sumaschu1)

    Codepeople,

    Worked like a charm! Thank you so very much! Love this plug-in!!!!!

    Mark <><

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Printing Form with Multiple Columns’ is closed to new replies.