• Resolved funimatic

    (@funimatic)


    I’m having an issue where the print preview and print itself doesn’t display the full form field content… only 3 characters. Any help is much appreciated!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    Yeah, looks like your form is using css from a plugin. The HTML is forcing the element size at 1:

    
    <input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Client Names" required="required" aria-required="true">
    

    size=”1″ is well… small.

    The display size is being controlled by the classes: elementor-field elementor-size-sm elementor-field-textual and these are defined in:
    http://clientwebsite1.com/wp-content/plugins/elementor/assets/css/frontend.min.css

    So… that file will need to be included on the print page by adding the following to the Top HTML area in the print-o-matic settings:

    <link rel='stylesheet' id='elementor-frontend-css' href='http://clientwebsite1.com/wp-content/plugins/elementor/assets/css/frontend.min.css' type='text/css' media='all' />

    Good luck!

    Thread Starter funimatic

    (@funimatic)

    Thank you very much! That did it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fields Too Small’ is closed to new replies.