T
T
timof1232020-06-06 18:23:27
WordPress
timof123, 2020-06-06 18:23:27

How to make a personal account with services in WordPress?

There is a WordPress site on which I need to make a personal account function for each user who can register themselves by phone number or email.
In your personal account, you need the functions of submitting applications for connecting any services. There should be some list of these services with prices and descriptions. And so that later these applications come to a certain person by e-mail or somewhere else.
Also, connected services should be displayed in the personal account, which will be added there by the administrator.
Are there any plugins to do this? Tell them please. Can this be done like an online store?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2020-06-06
@timof123

Hello!

I need to make a personal account function for each user

Wp Recall plugin for creating a personal account
https://ru.wordpress.org/plugins/wp-recall/
who will be able to register themselves by phone number or by e-mail.

by email there are no problems with mail, but, by phone number followed by sending SMS for confirmation - look towards integration with the API of a third-party service.
In your personal account, you need the functions of submitting applications for connecting any services / There should be some kind of list of these services with prices and descriptions. And so that later these applications come to a certain person by e-mail or somewhere else.

Custom post type + custom fields (ACF). For the form itself, you can use acf_form()
https://ru.wordpress.org/plugins/advanced-custom-f...
Also, connected services should be displayed in the personal account, which will be added there by the administrator.

It all comes down to custom post types and boolean on / off (+ connection date, expiration date)
.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question