Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am using the Formidable Form Pro plugin for a job post form.

I have added a "Register User" action in the form using: https://formidableforms.com/knowledgebase/using-add-form-actions/.

On first time, the job is being posted and user is being registered, but the next time the user wants to create the job, they get "email is already registered" issue.

I want to prevent this error and make the job post linking it with existing user if email is pre-existing. I am not able to do this using Conditional Logic provided actions in form action. Is there any built-in way to resolve this in Formidable or any plugin that adds this functionality. Here is the gist of it:

If email is not registered then new user should be created and job should be linked with him. (Already being done).
If email is registered then new user registration should not be attempted and the job should be linked with existing user. (Facing issue in this).

What I have tried:

If email is not registered then new user should be created and job should be linked with him. (Already being done).
If email is registered then new user registration should not be attempted and the job should be linked with existing user. (Facing issue in this).
Posted
Updated 7-Jun-23 2:26am
v2

1 solution

So go back to the site you got the code from, and ask there: they will know both the code and whatever "formidable forms" actually is far better than we would.

We are not technical support for wordpress plugins!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900