[HELP] Need WP-Plugin for 3-pages application

4 replies
Hello all,

Can someone please suggest/guide me to a WP-plugin / solution for a 3-page application for me site. The 3-page will consist the follow;

page-one: A simple-login page; where user will need to type in an 'access code' in order to get to page-two. The 'access' code will always be the same (static) - just to filter out unwanted users into my site easily.

page-two: A short application that consist of a few general questions. (input required)

page-three: A short message saying "thank you for submitting blah blah blah". and display my contact information.


Thanks in advance.
#2page #application #wpplugin
  • Profile picture of the author iuditg
    For your 1st requirement you need a membership plugin like wishlist, nanacast or amember.

    For your 2nd requirement you can just use a simple Contact Form 7 plugin.

    For your 3rd requirement you don't need anything, just make a page and you are done.

    You can use any page as static in wordpress, go to Settings --> Reading --> Select a Static Page and you are done. That page would be your home page
    {{ DiscussionBoard.errors[4680686].message }}
    • Profile picture of the author Seofarmer
      Originally Posted by iuditg View Post

      For your 1st requirement you need a membership plugin like wishlist, nanacast or amember.

      For your 2nd requirement you can just use a simple Contact Form 7 plugin.

      For your 3rd requirement you don't need anything, just make a page and you are done.

      You can use any page as static in wordpress, go to Settings --> Reading --> Select a Static Page and you are done. That page would be your home page
      Thanks for the prompt reply. Appreciated!
      As for page-one, is membership plugin really needed? Are there any alternative as I see those plugins arent free.

      I am really only looking for a very-very simple login page. (more like a dummy page that user can input anything, and only need to get the access code right. (i will be giving them the access code by email etc.)

      Thanks again
      {{ DiscussionBoard.errors[4680772].message }}
  • Profile picture of the author johnnyN
    I think you will end up having to pay in some way or other.

    you could do this a few ways, my top choice would be to code a form on the home page using php (phpexec plugin) , this form will check for your code.
    Then just have a form plugin for page 2 and 3.
    If you don't know php you may have to pay someone a few bucks to do that form for you. (I'm think it would cost $50 on glance).

    The other option is to use Gravity forms plugin, it is a paid plugin, but is awesome and I am not 100% sure, but I think it will do what you need. Just ask on their forums.
    {{ DiscussionBoard.errors[4681630].message }}
  • Profile picture of the author lordspace
    here is my take.

    Use the suggestion of iuditg for the contact form 7 and and the static page and as last step
    create a basic password protected Wordpress installation e.g. /clients/ or /members/
    or even as a subdomain.

    for htaccess this might help you (not my site)
    Htaccess Authentication - Password protect directory
    Signature

    Are you using WordPress? Have you tried qSandbox yet?

    {{ DiscussionBoard.errors[4695830].message }}

Trending Topics