- This topic has 5 replies, 2 voices, and was last updated 11 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › Form builder addon – Member Registration Form Not Found
Tagged: form builder
I purchased the form builder extension and I made a level which is called “trial” and also I made the form for it.
I put the below php code.
<?php echo do_shortcode(‘[wp_eMember_registration_form_for level=3]’); ?>
It shows “Form Not Found”.
I checked level id many times but I don’t know what I’m wrong.
Please give me the check list
Hello owengna, have you tried to simply add the shortcode to a page? For example
[wp_eMember_registration_form_for level=3]
Kind regards
@mbrsolution Thanks for reply.
but I have to put the shortcode on the template php file.
Hello owengna, when you install the plugin it automatically generates the following pages for you:
Join Us, Registration and Member Login.
If you check on your websiste backend Pages >> All Pages, you should see the above mentioned pages. If you see these pages you will notice the shortcode is in them already.
You don’t need to create a new registration page on your own. The form builder addon can work with that same registration page that eMember creates for you when you install the plugin.
Did the member registration page not get created for you?
Kind regards
Thanks for reply.
There is the page which is “Registraion”
I change the shortcode on it but it still doesn’t work.
Anyway I don’t wanna use page because I need php coding with a registration form.
It is really strange I have no idea why it doesn’t work….
Hello owengna, that is very strange because out of the box the plugin works with the default shortcode. Can you replace your code and add the shortcode that was there?
[wp_eMember_registration]
The code above should work. If it doesn’t then you are missing some settings.
Have a look at this link
I hope the above helps you.
Kind regards