Label text is not wrapping

  • Adspread
    Asked on May 20, 2017 at 9:21 AM

    When composing a paragraph field, there is a flaw in your system when using slashes (/).

    In the attachment, you'll see a pic of my form. The paragraph field should read: How and where do you wish to expand (facilities/equipment/production/personnel)?

    However, you'll see "production" reads just "p."

    I replaced the slashes with commas, so now the full words appear in the updated form.

    You may wish to correct the dash problem--probably by either allowing the field box to shrink to accommodate longer text and/or to have your spelling program add hyphens to break words (per-son-nel).

    --Keith Anderson

    Jotform Thread 1149865 Screenshot
  • Mike
    Replied on May 20, 2017 at 12:51 PM

    Thank you for contacting us.

    It looks like that the issue was caused by missing spaces, so the (facilities/equipment/production/personnel) phrase was considered as a single word.

    Such issue can be "fixed" by adding the next CSS to the form.

    .form-label {
    word-wrap: break-word;
    }

    If you need any further assistance, please let us know.