Forum Replies Created

Viewing 15 replies - 151 through 165 (of 2,277 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    Glad to hear everything is working as expected.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Enable Custom CSS (Dashboard > Settings > Google Forms) and then add this CSS to your form definition.

    div.ss-q-title label {
        display: inline;
    }
    Plugin Author Mike Walsh

    (@mpwalsh8)

    No, the plugin author doesn’t know when. Unfortunately the change Google made is substantial and the fix isn’t simple.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Hmm … I don’t see my most recent response to this, maybe I never submitted it …

    When defining your form within WordPress there is an option to set the form to “read-only”. It is one of the radio buttons on the right hand column of the form definition screen. If that isn’t on then I have no idea what would set the fields to be disabled.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    You can’t do this with CSS, at least not that I know of but unless Google prevents it when you design your form, you should be able to add the target=”_blank” attribute to your link and get a new window or tab depending on your browser.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Did you enable Custom CSS? There is a checkbox on the plugin settings page (Dashboard > Settings > Google Forms) to allow Custom CDS to be used. If unchecked, the CSS is never output with the form.

    The other possibility is you need to use the !important CSS directive to ensure your CDS is taking precedence.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    It looks like you have set the form to be read-only. When setting a form as read-only, all input elements are disabled resulting in the behavior you are seeing.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    @biffwebsterjr – what your results tell me is SendGrid is doing something – most likely squashing the BCC field of the mail header.

    Email Users tries to send the minimum number of email messages and to do so, it makes use of the BCC field because when sending to more than one user, it puts all of the recipient addresses in the BCC field instead of the TO header to prevent recipients from seeing other recipients. If SendGrid removes or modifies the BCC header then those recipients will never see the email.

    As for spam, this isn’t uncommon as many hosting providers have a very complex infrastructure and when sending email, the headers get stamped with all sorts of odd server names, none of which are likely to match your domain so there is a mismatch between the sending address and the stamped mail headers.

    Using a SMTP email plugin that uses authentication can resolve this as it will route email mail through a proper SMTP path. There are a couple of plugins which do this with Gmail.

    Hope that helps. I don’t view this as an Email Users problem but believe it to be a SendGrid problem.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Sorry for the delayed response, I have been out of the country for work so am behind on many things, WordPress support forum questions being one of them.

    The first thing I would do is temporarily disable SendGrid to see if it changes the behavior of Email Users. Job #1 is to determine if there is an issue with the two plugins interacting or if there is something in your hosting environment email infrastructure coming into play.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Looks ok to me – I see the following four choices on the drop-down:

    • mine
    • yours
    • ours
    • no one’s

    It looks like you need some CSS styling to move the required asterisk but other than that, it looks like I would expect it to look.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I am going to need to see your form on the web, it is hard really know for sure without being able to poke at it. You can drop me an email at mpwalsh8 at gmail dot com. I’ll be out of the country for work for the next 8 days so my response may be delayed as I’ll be online intermittently.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    1. Not sure, I will have to look at the plugin code.
    2. Yes. There is a setting to change how many users are shown on the table. I have one of mine set to 500. It is a drop down selection on the plugin settings (Dashboard > Settings > Email Users).
    Plugin Author Mike Walsh

    (@mpwalsh8)

    SendGrid might be involved here, it came up previously. Check out this thread. There wasn’t ever closure so I don’t know for sure what the resolution was. The simple test it to temporarily disable SendGrid and see if Email Users starts working.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    The message body uses the standard WordPress editor which is very JavaScript dependent. Have you installed another plugin which could have caused a conflict? That is where I would start looking. Temporarily disable all Plugins except Email Users and see if the problem persists.
    If it doesn’t, start enabling one by one until it stops working and you can narrow down the conflict.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    On the Dashboard under the Email Users section is a menu labeled “User Settings”. This menu allows you to perform global settings on all users.

Viewing 15 replies - 151 through 165 (of 2,277 total)