63 comments

  1. Ben says:

    thank you for this plugin….I have been looking for this! I will like to know…where the short code will have t be posted for the form to show in my sidebar. thanks again!

  2. mario says:

    Great plugin. Any possible way to parse the person’s name to the redirected page to make it more personalize?

    • admin says:

      Wesley the sign up form is in an un-styled table, your themes’ css should step in a apply its default table and form formatting.

  3. Kenji says:

    A extra box where people can write comments on it, and I can get them on my email.

    Because the actual plug in only has Email and Name so I would like to add a new one that say Comments.

    Thank you!

  4. robin says:

    Hi – I was testing the plugin and redirected it to a test site. Then when i wanted to change it to the actual final site it STILL redirects to the first site. Even when I delete the plugin from wordpress and reinstall when i open the options it still has my original information I put in. So clearly it has cached this info – how do I clear this – Thanks. robin

    • Green Web says:

      Hi Robin – Sorry you had trouble with the plug in.
      To answer you question:
      When you remove the plug in it does not remove the its options data from wordpress’s database.
      To manually remove the options you’ll need access to the database, I am assuming you use a administration tool like phpMyAdmin.
      If you have the default installation of wordpress and did not rename the table prefix during the setup from wp_ look for the table called wp_options then you’ll find the following fields from the plug in:

      • easy_sign_up_co_email
      • easy_sign_up_co_from_email
      • easy_sign_up_url
      • easy_sign_up_thank_you_email

      here is the SQL to automate that for you:
      SELECT * FROM wp_options WHERE option_name LIKE '%easy_sign_up_%'
      From there you’ll be able to delete the options.

    • Gary says:

      Hey Raw,

      I can’t get mine to work.

      My theme already has the: add_filter(‘widget_text’, ‘do_shortcode’);
      included since I am using it on the sidebar. It seems to work fine. but I dont get the email notification of the new sign up nor the thank you email…

      Any ideas. I would appreciate it!

      • Green Web says:

        Hi Gary, here are few troubleshooting actions you can take.

        • The plugin should send the form’s data to the wordpress website’s default email address, if this is set up to an email you don’t use please change this is in the Easy Sign Up Options page (Under the Tools drop down in the admin area).
        • If this does not work please check your spam filter and add “from” address to you approved senders list.
        • The plugin uses the PHP mail() function; it could be that your server does not allow emails to be generated in this fashion.
  5. Gary says:

    Great plug in!

    Small issue. I am trying to use it on the sidebar. It seems to work properly, however I never get the email notifications for each new sign up.

    Any ideas?

    Thanks!

  6. Julie says:

    I’m new to WP and PHP. Would this work if I added it to the short code to my header.php file? I’d like it to show up in my nav menu. Thanks!

    • Green Web says:

      Hi Julie, to parse a short code wordpress uses a filter hook, for page headers and footers there are no general filters.
      If you would like I can customize the plugin for your theme, just shoot me an email to rew(at)104.236.95.226.

    • Green Web says:

      Hi Michelle, the plug-in should just default to the styling of your theme’s css.

      If you could be more specific in what you need maybe I can help you out 🙂 Cheers Rew.

  7. Tavi says:

    NEED HELP !!!

    Plugin could not be activated because it triggered a fatal error.

    Fatal error: Call to undefined function plugin_dir_url() in /***/wp-content/plugins/easy-sign-up/easy_sign_up.php on line 27

    • Rew says:

      Tavi, what version of WordPress are you using? plugin_dir_url is a wordpress function so updating your install should solve the problem.

  8. Gary Bloomer says:

    Help. I’ve downloaded the plug in, installed it in the usual way, attempted to activate it, and I get this error message “The plugin does not have a valid header.” I have no idea what this means. I know NOTHING … ZIP, ZILCH etc. about website back end stuff but I’d appreciate some help. Where might I find this missing header and when I do find it, where do I put it?

    • Rew says:

      Update from Gary: Fixed! Here’s what I did: I used the search function in the Dashboard and loaded the plug in directly from WordPress (rather than download it from my Mac) and the damn thing installed in a snap!

      Thanks again.

      Gary B.

  9. Gerard says:

    Hi,

    Cute little plugin. Very configurable. I do have a question though. I would like to install it twice, (and thus have the config page twice and two formsets that know to wihich instance they belong as well). Would that be easily possible?

    The thruth is that I want to use it in two languages. But makin it multi-lingual wouldn’t really be a fair question, lookin at the work that’s involved for that 🙂

    Thanx again!

    Gerard.

    • Green Web says:

      Hi Gerard, currently there is no easy way to install it twice, but I am planing on simplifying it in the next iteration.
      The plan is to let the users set up an options override in the short-code.
      For example:

      [easy_sign_up title="title here" url="http://easy.co.za" email="me@myurl.com"

      email_text="Thanks email text here"]

      I will look at the WP codex and see what’s entailed in making it multi-lingual.

      Cheers!

      • Gerard says:

        Hi again,

        I’ll keep on the lookout for updates. Goodluck with it! Although python is my preferred coding language, should you want somebody to test it or have questions. Feel free to send me an email.

        Regards,

        Gerard.

  10. Lisa says:

    Love the ease of this plugin. One problem: Once published on the page, the sign up fields are cut off. You can still enter your entire name and email, but you can’t see the whole thing. Only shows about 5 spaces. And, the “send” button is slightly cut off too. Shows up as “sen”. How can I lengthen the boxes so they look like the screen capture on this website?
    Thanks!
    Lisa

    • Green Web says:

      Hi Lisa, the form is in an un-styled table and should be styled by your wordpress theme’s css. Post a link and I’ll have a look a what could be getting in the way.

  11. Webizm says:

    Hi….the plugin is perfect for what I need. However, I have updated to WordPress 3 and am using Atahualpa Theme. When the plugin is activated I cannot make any changes to the site…..change size of font, etc. I have to deactivate the plugin, make the changes and then activate. Any suggestions?

    • Green Web says:

      Hi webizm – I installed the theme to troubleshoot the issue, it looks like the theme’s options form is submitting it’s self to the easy signup plugin’s options page.

      I don’t have the time to look further into the Atahualpa theme’s code right now but if anyone else wants to feel free to comment here.

      • Webizm says:

        I tried changing the theme and the same thing happens. Do you think it has something to do with upgrading to WordPress 3?

  12. iceman says:

    Is possible to add the following options to this plug-in?

    1. Enter your phone # here

  13. Kelly says:

    Using your excellent new plugin for newsletter sign up. Thank you. It’s working great on a designated page.

    Now, attempting to place the form onto the index page above the posts inside of a css box. My css has no table or form styling.

    I’m unable to do 2 things: 1)reduce size of form ;and 2) add left padding. Top padding is effective, but left padding is not.

    Thanks in advance for any advice.

    • Green Web says:

      Hi Kelly, try and customize the following css:

      /* font size */
      #easy_sign_up table {
      	font-size:9px !important;
      }
      /* padding */
      #easy_sign_up table tr,
      #easy_sign_up table td {
      	padding:0px 0px 0px 0px !important;
      }
      /* form inputs */
      #easy_sign_up_name,
      #easy_sign_up_email{
      	width:50px;
      }
  14. Kelly says:

    Thank you very much Green Web. That does make the form shorter, etc. However, it does change the form in both places so I kept my own ID for the form on the index page and attempted to use it to modify only the index page. Then your form would still be full sized & un-padded on the Newsletter page. My idea is not working. Here’s what it looks like:
    #easysignupform #easy_sign_up table {
    font-size: 9px;
    }
    #easysignupform #easy_sign_up_name,
    #easysignupform #easy_sign_up_email {
    width: 50px;
    }
    #easysignupform #easy_sign_up table tr, #easysignupform #easy_sign_up table td {
    padding: 0px 0 0 10px;
    }

  15. Sue says:

    If I make a change to one of the links in the sidebar, the system defaults to the Easy Sign Up settings page and also returns all the settings back to the default ie removes all my own settings, including the URL for the redirect page and the content of the email.

    • GreenWeb says:

      Sue are you using a plug-in for your side bar or is this happening in the themes settings or is it happening to a workpress widget?

      • Sue says:

        I’m using WordPress 3; The links facility is part of WordPress itself but is transferred to the sidebar as a Widget (it’s titled ‘Sue’s Portfolio’). I’m using one of the two themes which comes as standard with WordPress 3. I hope that answers your questions. I can create new links without problem – it’s only if I try to edit them that it goes squiffy!!

  16. Rob says:

    Hi

    I’m having a problem with the form – when i submit one I get a blank page here:

    wp-content/plugins/easy-sign-up/easy_sign_up_process.php

    I chmoded the file to 755 to see if that helped but it didn’t.

    I’m using the latest wordpress. Any help is appreciated!

  17. Rob says:

    Hi – Yes I did install via the plugin system but I found my problem, or at least a solution – i just created a thank you page in wordpress then set up the redirection URL in the plugin settings. It works now.

    But thanks for the quick response!

  18. Stefano says:

    to me it doesn’t appear like in your screenshot… how i can do?… also the box where i put the link it’s little bit smaller than you plug than between the two box (name and email) there a space and Required is inside up the SEND BUTTON..

  19. Stefano says:

    if you wanna see the page cause now is off line.. i send you guest password and id for enter like subscriber and see what i mean!

  20. Que Cosa? Don’t forget this is a free plug in – pay me and I’ll fix you site but don’t complain if something you get for free has no “”happy ending”

  21. Stefano says:

    OK you have a nice plugin… say to me the FEE for the fix.. i send you the money.
    I think that is not productive to create something that never could be improved if this thing is useful, and have some problem to fix. you dont think so?

  22. Stefano says:

    sorry but this forum is for what.. just for say NICE PLUGIN or IT DOESNT WORK???
    Come on? i think that if you have a forum for the plugin is for fix evenctually problem! or not?

    • Andy says:

      Stefano the plugin is working for many people, I am sorry you are having problems but please remember it’s free and if you don’t want to use it don’t.

    • Green Web says:

      The contant name and email address are in the email sent to you by the form. Just look in the body of the message for that info. Also check that your spam filter are not removing the email.
      Finally check that the wordpress General Settings e-mail address is set up to go to you as it is this address that the plugin sends the sign up confirmation to.

Comments are closed.