Hi:
I have a CSV file that contains 5 columns of info (First Name, Last Name, Company, email address, password).
When I import the CSV into WordPress, it successfully adds the entries into the forms BUT it doesn't trigger the 'create user' action that's set up on the form. The problem with this is that while the forms are updated, it's not actually creating an 'account' for the user to log in.
How can I resolve this issue? Thanks!