Hello,
I’m trying in all possible ways to connect a form made with Elementor for creating a new user and enroll it in a LearnDash Course.
What I do is this:
1) Guest submits (form name)
2) Actions will be run on – New User, With the email {1:form_field:email_5_standards}
If user already exists then select existing user
3) LearnDash Enroll User to (name of the course)
—-
Unfortunately in the logs I get always the same problem:
Could not create user, reason: Cannot create a user with an empty login name.
I tried everything but with no results so far.
Thanks for any help!
Luca
Hi, I’ve set up a form using WPforms to create a new wordpress user. When I test the automation the form fails to create a user. When I check the log, I see two entries. The first shows “guest submits reg form”. When I click on that entry, I can see everything appears to look correct. It shows that it pulled the fields I told it to (name, email, password). The other entry in the log is “could not create user”. When I click on that, I see… “Post: no post assigned” and “result: Could not create user, reason: Cannot create a user with an empty login name.”
Why would the automation not successfully create the user?
]]>I need to know how to use the email of the person who completes the form, could you show me an example since in the documentation I did not find anything about it? Thank you!
PS: I already tried these codes and they didn’t work for me.
{22: form_field: FIELD_EMAIL}
{22: form_field: field_id = “5”}
{22: form_field: 5}
{22: form_field: field_id: 5},