Skip Navigation

[Resolved] Custom login form

This thread is resolved. Here is a description of the problem and solution.

Problem:

Is there a way to use Toolset to create a login form for Organisations?

Solution:

I suggest you try these:
https://toolset.com/forums/topic/custom-login-form/#post-1576765

Relevant Documentation:

This support ticket is created 4 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by Aaron Zame 4 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#1576443

Hi, I have a CPT setup called Organisations. Each different Organisation entered into the system has a unique password.
Is there a way to use Toolset to create a login form for Organisations. So rather than users signing up and logging in using their login details, they would go to a login form and choose their Organisation and then enter in the unique password assigned to the Organisation?

Cheers
Aaron

#1576765

Hello,

I suggest you try these:
1) Edit each single "Organisation" post, setup different password for each post:
https://wordpress.org/support/article/using-password-protection/

2) After the user logged into your website, show them a page, in this page, display below post view:

3) Setup a post view:
- Query "Organisation" post
- In view's loop display the "Organisation" post link

And if you want to setup relationships between "Organisation" post and WordPress users, please check our document:
https://toolset.com/forums/topic/connect-users-with-diffrent-role-to-custom-post-type/

#1577877

My issue is resolved now. Thank you!