• Dana

    (@dhirschberg)


    Dash characters within a submitted form convert longer dashes like Em. Is there a way to stop this?

    Example-
    Submitted text: Test – Test
    Received text: Test – Test
    See how the received text has a longer dash? How can this be stopped?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter Dana

    (@dhirschberg)

    Hello Takayuki. Thank you for taking a look. The form is here: https://graphics.analyticalcorp.biz/

    Please note the site is unlocked for you to review. I keep it private to limit spam using IP blocking plugin “Restricted Site Access”. Please advise when you are done so I can lock it back up. Thank you ??

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    What other plugins and theme do you use on the site?

    Thread Starter Dana

    (@dhirschberg)

    I’ve switched the theme to WP default Twenty Seventeen and get the same result as Edufication. Note I had to lock the site to keep it private. If you share your IP I can add it to the safe list. Below is the info you requested…

    Theme (Updated):
    Edufication: Version 1.0.7 by Theme Palace

    Active Plugins (All Updated):
    Contact Form 7
    Contact Form 7 Conditional Fields
    Contact Form 7 Redirection
    Contact Form CFDB7
    Date Time Picker Field
    Disable Gutenberg
    Material Design for Contact Form 7 (Premium)
    Restricted Site Access

    Inactive Plugins:
    Contact Form 7 Skins
    Live Preview for Contact Form 7
    Material Design for Contact Form 7
    My Custom Functions
    One Click Demo Import
    Popups – WordPress Popup
    TP Education

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try deactivating these plugins:

    Contact Form 7 Conditional Fields
    Contact Form 7 Redirection
    Contact Form CFDB7
    Date Time Picker Field
    Disable Gutenberg
    Material Design for Contact Form 7 (Premium)

    Thread Starter Dana

    (@dhirschberg)

    Same result. Only way to stop the hyphen from converting is to un-check the box “Use HTML content type”. Somewhere in the site code it’s converting the Hyphen. Any further checks we can do?

    Thread Starter Dana

    (@dhirschberg)

    …please note if I turn off html the dash/hyphen comes over as needed. I really need the form to use html. Perhaps there is another way to code this? Example top portion of the mail message body below…

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset=”utf-8″/>
    <style>
    body {
    font-family: Arial; font-size: 10pt;
    vertical-align:text-top;
    }
    td {
    text-align:left;vertical-align:top
    }
    pre,
    samp {
    font-family: Arial;
    font-size: 10pt;
    vertical-align:text-top;
    }
    pre {
    background: #fff;
    font-family: Arial;
    font-size: 10pt;
    font-size: 0.625rem
    line-height: 1.0;
    margin-bottom: 0.0em;
    max-width: 100%;
    overflow: auto;
    padding: 0.0em;
    }
    </style>
    </head>
    <body>

    <table width=”100%” border=”0″ cellspacing=”3″ cellpadding=”3″>

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Dash or Hyphens Convert to Longer Dash Like Em’ is closed to new replies.