I have a post creation form.
The form also uses User Registration Add-On.
I need users who have already registered (email already exists in DB) to be able to create posts without logging in.
How can I achieve this?
Could/should there be a "Post Author" field option in the Post Fields, (just as their is Title, Category, etc) that accepts an email address? If it matches an address in the DB then it assigns the author accordingly.
I have been trying this but with no success ...
- A radio button field ("New User" or "Returning User") which triggers some conditional fields
- If New User, then show User Registration designated email field
- If Returning User, then show standard email field. But how can I assign this field as the post author?