Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ssinno28

    (@ssinno28)

    I actually got it so that it does validate it, but it does not produce the text; such as, “this email is already in use” etc…

    Do you know why this may be?

    Hi ssinno, how are you trying to add the registration form in the sidebar?
    By widget, by shortcode or by php code?

    Thread Starter ssinno28

    (@ssinno28)

    I actually wasn’t trying to place it in the sidebar, it was inside the post…not sure if that makes a difference.

    The plan is just to have the register form show up on its own without the client using the shortcode inside the post (which I understand works) because they always seem to forget to use these things. I am trying to place the code inside the single.php file.

    At first I tried just adding the html generated from the shortcode and placing the style sheets and js validation scripts in the header, then I tried using the php code from registration-view.php but that didn’t work at all.

    I also tried placing the html generated from the shortcode inside the Login Template because that seems to be placed inside every post. Still didn’t work.

    If you need any other information just let me know.

    Well if you want to use it in your code you could try using:
    echo do_shortcode('[mvn-registration]');
    It should show the form as if you are using the shortcode in the editor.
    Let me know if it works.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Maven Member] adding a registration form to sidebar’ is closed to new replies.