0
votes
0answers
24 views

Plugin for organizing and sharing information collected from contactforms

I would really appreciate to get some help with a wordpress page that I'm creating. I want to create a page where people who are interested to be contacted for a service I'm providing are sending in ...
0
votes
0answers
68 views

Adding Custom field in a signup form not working

I have used the following code in functions.php to add some custom field to my registration form and add it to the db in the wp_usermeta table. But dont know why it is not working. I am using a custom ...
0
votes
0answers
163 views

Add data from front end into custom made table in database

I have a registration form which contains firstname, lastname, organisation, username, email etc. Here Username and email only will be saved in the db in the wp_users table. I have created a new table ...
0
votes
3answers
207 views

Insert Extra fields added in the front end registration form to DB

I have added some extra fields like first_name,middle name,last_name etc into the custom registration form. I want to add those details int the DB also. Now only username,email,Display name and ...
1
vote
2answers
132 views

SSO system between 2 WordPress installs on different servers

This is essentially a repeat of this question, but it has not been answered. I am trying to create an SSO system between two separate WordPress installs that are on different servers using different ...
0
votes
1answer
146 views

Displaying member join date on page

I added a custom field to the user profile that asked for the date users joined my club. How can i pull this data and display on a page to celebrate anniversaries of users? (for example: For may, ...