1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress form plugin recommendations

Discussion in 'Content Management' started by drew68, Oct 29, 2014.

  1. #1
    Can anyone recommend a good wordpress form plugin?

    It's for a lander page. I need a good form (free or pay) .

    I've implemented and am now using the free version of Contact Form Builder but for some reason I'm unable to retrieve any of the test submissions.
     
    drew68, Oct 29, 2014 IP
  2. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    405
    Best Answers:
    21
    Trophy Points:
    295
    #2
    I typically use contact form 7 which is free and easily customizable or gravity forms but that is overkill for what you are doing.

    hope that helps,
    Nigel
     
    Nigel Lew, Oct 29, 2014 IP
  3. amybrownwpx

    amybrownwpx Greenhorn

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    Well I think you should go to this url, just copy it from here and paste on your web :
    http://www.narga.net/why-you-should-create-a-wordpress-contact-form-without-plugins-and-how/

    I am sure it will help you a lot.
    Thanks
    Amy :)
     
    amybrownwpx, Nov 1, 2014 IP
  4. Hefaistos

    Hefaistos Active Member

    Messages:
    194
    Likes Received:
    14
    Best Answers:
    9
    Trophy Points:
    63
    Digital Goods:
    1
    #4
    Hefaistos, Nov 2, 2014 IP
  5. Brent Jones

    Brent Jones Active Member

    Messages:
    64
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    55
    #5
    For my contact page, I use Simple Basic Contact Form v20140925.
    For my landing / launch notification page, I use the free version of Coming Soon, although it doesn't cost very much to upgrade to the Pro version, which has a lot more features.
     
    Brent Jones, Nov 3, 2014 IP
  6. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #6
    Thnx everyone for the responses...and i'll look into each one carefully...but in the meanwhile...i'd like to know if you guys can figure this out. I can't get the black submit button to change colors. I want to make it green and I'm not sure if I'm incorrectly using css here....

    http://hhblogs.com/10TopProducers/
     
    drew68, Nov 3, 2014 IP
  7. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    405
    Best Answers:
    21
    Trophy Points:
    295
    #7
    Do you have a custom area for CSS in the admin panel?

    The code in question is this

    .contactform2 .button-submit {
    background: none repeat scroll 0 0 #000;
    border: 1px solid transparent;
    color: #ffffff;
    cursor: pointer;
    font-family: Segoe UI;
    font-size: 18px;
    line-height: 35px;
    margin: 5px;
    min-height: 35px;
    min-width: 80px;
    padding: 0 20px;
    vertical-align: middle;
    }

    You change the background color #000 set that hex to whatever color you want.

    Nigel
     
    Nigel Lew, Nov 3, 2014 IP
  8. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #8
    Nigel..here's what i have... no matter what i do, i can't change the black button to green. also, i don't have a place in the admin panel for that plugin to customize the css...i'm only applying the CSS in the style.css file.

    .button-submit {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    }

    .contactform1 .button-submit {
    background-color: none repeat scroll 0 0 #86c14c;
    border: 1px solid transparent;
    color: #ffffff;
    cursor: pointer;
    font-family: Segoe UI;
    font-size: 18px;
    line-height: 35px;
    margin: 5px;
    min-height: 35px;
    min-width: 80px;
    padding: 0 20px;
    vertical-align: middle;
    }
     
    drew68, Nov 3, 2014 IP
  9. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    405
    Best Answers:
    21
    Trophy Points:
    295
    #9
    If you have skype I can hop in there real fast and look but changing that in firebug works fine on my end.

    Nigel
     
    Nigel Lew, Nov 3, 2014 IP
  10. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #10
    appreciate you reaching out nigel! i do have skype...hold up..haven't used it in awhile! retrieving my name and password now
     
    drew68, Nov 3, 2014 IP
  11. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #11
    Nigel...my skype is drew7873
     
    drew68, Nov 3, 2014 IP
  12. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    405
    Best Answers:
    21
    Trophy Points:
    295
    #12
    ok added.

    N.
     
    Nigel Lew, Nov 3, 2014 IP
  13. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #13
    haven't used skype in so long nigel...i forgot where to look for your add.
     
    drew68, Nov 3, 2014 IP
  14. iwebsocial

    iwebsocial Well-Known Member

    Messages:
    1,715
    Likes Received:
    69
    Best Answers:
    4
    Trophy Points:
    170
    #14
    Proper contact us plugin is also a Good one. I have personally use it in my blog.
     
    iwebsocial, Nov 7, 2014 IP
  15. davidmoore789

    davidmoore789 Greenhorn

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #15
    I would recommend Contact Form 7 plugin for any kind of form creation it has lots of features which can easily be customize. If you need any kind of help for Contact Form 7 Plugin. I can provide you best of assistance as we are using it since last 4 years and customized its functionality for many of our client's websites.

    this is the best Contact form Wordpress plugin. Visual form builder is another option but I still prefer to use CONTACT FORM 7

    @drew68 If you wish I can help you in making any change in forms build by Contact Form 7
     
    davidmoore789, Nov 17, 2014 IP
  16. ljacques

    ljacques Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #16
    Have you ever tried Code Canyon Formcraft ? Its super duper, lemme know if you need the plugin, i have a purchased version of it, thanks
     
    ljacques, Nov 29, 2014 IP
  17. PabloPlanSo

    PabloPlanSo Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #17
    Hi all!

    You should try our form builder, PlanSo Forms. It comes with a lot of features and has an easy to use drag-and-drop interface. The reviews so far are pretty positive and we are continuously adding features. So feel free to check it out!

    You'll find it through our webpage http://www.planso.de/en/
    or through the WP directory https://wordpress.org/plugins/planso-forms/

    Cheers!
     
    PabloPlanSo, Feb 25, 2015 IP
  18. xendurinan

    xendurinan Banned

    Messages:
    736
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #18
    In my opinion Contact form 7 would be the best option for you. I really like this plugin. It is free.
     
    xendurinan, Mar 21, 2015 IP