Support Forum

Require Custom Fields at Registration

AM amused
amused
Member

I mentioned this to Andy in another thread, but wanted to place it here since this is the correct place!

If you've ever visited Seth Godin's blog you know that he talks a lot about the importance of building a 'tribe' when it comes to online ventures. He also talks about how it's important to give things to people that help them, so they will in turn help you. And finally, he talks about the need to deliver an audience (your tribe) to an advertiser. Seth is in marketing…

I have a site that will give the visitor a chuckle, for free, no registration, no hassle. But there will eventually be some advertising that they will have to watch to get the 'free' chuckle. If they want to participate in the discussion, they will have to register. That registration is a critical event for the next step in the process – delivering an audience to an advertiser.

Online advertisers demand specific targeting of the audience so they don't waste effort on non-potential customers. They want to know something about the audience you as a webmaster are delivering. You can ask your visitors later via polls, but the point of registration is really the best time to get that critical piece of information – who is your audience?

So, what we really need is a way to force registrants to give us a bit of information about themselves that is relevant to the advertisers who might support our site. For me, I would want to know their field of occupation.

So finally, I want to ask for custom fields that can be made a required entry at registration. I'd like to be able to offer about a dozen or more choices, one of which must be selected to proceed. I know this seems like a small thing, but it's major huge for anyone who wants to monetize a site via advertising. The internet audience is sliced into thin slivers, and advertisers demand to know the flavor of your particular piece.

6 Answers

New Answer

MP Mr Papa
Mr Papa
Member

We are seriously revamping the forum profile and what can be done with it. Seems like a lot of folks are interested in this thing called social networking. 😉

As Andy mentioned, one of the tickets is to make some fields required. too early to tell if it makes it into 4.1 or not, but it will be considered.

AM amused
amused
Member

Hooray!

And BTW, this is a great piece of software. Thank you!

Donation coming….Hey, what would it take to move my request up a few notches? Wink

MP Mr Papa
Mr Papa
Member

Wow!  Donation received – very nice!  Thanks!!  Trying to bribe us are you? WinkKiss

We are hoping to get a bug fix version 4.0.2 out in the next week or so, but after that we can concentrate on 4.1 and see what we can do.

AM amused
amused
Member

Just as a followup…

When a new user registers in the Simple:Press registration screen, is that info going into the WordPress database table for registrants, or one of the SP tables? I see tables with names that include 'members' with the 'wp_' prefix, and 'users' with the 'wp_sf' in the database. In my setup they will never register in WordPress, only SP.

Thanks,

Tom 

YS Yellow Swordfish
Yellow Swordfish
Member

Well – I have to point out that the whole point of SPF is that it does integrate fully with WP. User registrations are pure WordPress I am afraid. This means that base user data is stored in the 'users' and 'usermeta' tables.

The sfmembers table is a forum specific member centric table that stores extra data the forum requires. Registration is site wide.

AM amused
amused
Member

Okay, thanks.

I have the 'users' and 'members' backwards in my post above, but you know what I meant…Embarassed

After looking into the whole cookie thang, it appears that the browsers are more and more negating the functionality of what I want with their cookie cleaners anyway, so the database will be the only useful place that user/member data will be available.