Installed the nuBuilder Forte 1.2 plugin for Wordpress.
Created a HTML widget, put in the short code.
When browsing to the webpage after logging in as a regular user, the User_ID hash field is not being populated.
I'm using $('#ins_ord_franchise_id').val(nuUserName()).change() to populate a field with the currently logged in user.
The debug shows:
[USER_ID] =>
[USER_GROUP_ID] => wpsubscriber
[HOME_ID] => nuuserhome
[GLOBAL_ACCESS] => 0
[ACCESS_LEVEL_CODE] => SUBS
[form_id] => 5c27bf582d125aa
If I log into the wordpress admin page as the regular user and click the Start nuBuilder blue button it does work correctly
[USER_ID] => 5c299a7d4a3d5e0
[USER_GROUP_ID] => wpsubscriber
[HOME_ID] => nuuserhome
[GLOBAL_ACCESS] => 0
[ACCESS_LEVEL_CODE] => SUBS
Am I doing something wrong?
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
WordPress Plugin no passing user_ID
Re: WordPress Plugin no passing user_ID
BoydG,
You are not doing anything wrong - its a bug.
We'll fix it in the next release.
Steven
You are not doing anything wrong - its a bug.
We'll fix it in the next release.
Steven
-
- Posts: 35
- Joined: Mon Dec 31, 2018 10:31 am
Re: WordPress Plugin no passing user_ID
Thanks Steven, appreciate the excellent work done on this product.
-
- Posts: 30
- Joined: Fri Nov 09, 2018 5:42 pm
Re: WordPress Plugin no passing user_ID
Do we know about when the new release is coming? Otherwise I'll have to find a workaround somehow.
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: WordPress Plugin no passing user_ID
There is a new version of nuBuilder Forte available.
V. 1.3
Fixed missing user_id in short code
Changed Access Level home Form to include all Form types
Fixed missing function to clear old sessions
V. 1.3
Fixed missing user_id in short code
Changed Access Level home Form to include all Form types
Fixed missing function to clear old sessions
-
- Posts: 35
- Joined: Mon Dec 31, 2018 10:31 am