Skip Navigation

[Resolved] How i can use user Form

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

Problem:

Send the same email notification when user submit the user form for creating users at second time.

Solution:

In WordPress, the user's email address should be unique, so you can not create two users with the same email address.

I suggest you try these:

Edit your user form( ID: 14688 ), in section "Messages", option "Email already exists message", add a login URL link in it, for example:

https://toolset.com/forums/topic/how-i-can-use-user-form/#post-1305061

Relevant Documentation:

This support ticket is created 5 years, 4 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 6 replies, has 2 voices.

Last updated by Franck 5 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#1304449

Hi,
since few days i use User form to manage leads on my Website, i think it is a good thing if i would like to play wit user account in te futur. At now, i just add field on the user form that i use to send information in my crm, but after i will store in type too.
But i have problem.
- When the email is already in the database how i can make the user form works ? I don't want an error.

Thanks a lot.

#1304531

Hello,

Please elaborate the question with more details:
- How do you setup the email? is it WordPress user email field?
- How do you want the user form working?

Here is a document about "User Forms Email Notifications":
https://toolset.com/documentation/user-guides/cred-user-forms-email-notifications/

For your reference.

#1305045

Hi,
I answer. You can find the form here : hidden link

- How do you setup the email? is it WordPress user email field?
Yes it is, i ave created a user form, so i think that means it is a user mail. When the form is filled the visitor become a subscriber. My problem is when he fill a second time the form.

- How do you want the user form working?
I would like keep user form because i want the lead create a subscriber, my problem is how i can do if the i have a lead with the same email ?

Thanks a lot

#1305061

Thanks for the details, in WordPress, the user's email address should be unique, so you can not create two users with the same email address.

I suggest you try these:
Edit your user form( ID: 14688 ), in section "Messages", option "Email already exists message", add a login URL link in it, for example:

Sorry, that email address is already used! Please click here to <a href="<em><u>hidden link</u></em>">Login</a>.

So if the user is using existed email address to submit that user form, he will be able to see the error message and login link.

#1305141

Ok, i didn't want to create 2 user, but i hoped i can update instead, like in mysql.
My problem is i create user, but i don't send password, so they don't know how they can login...
Ok, i will think about it.

I have a second problem, what is the best solution to display user form when user is logged and other form when he isn't ?

#1305227

I assume the original question of this thread is resolved.

For the new question, please check the new thread here:
https://toolset.com/forums/topic/what-is-the-best-solution-to-display-user-form-when-user-is-logged-and-other-form-when-he-isnt/

#1305251

My issue is resolved now. Thank you!