I have a section in my user’s profile where they can set games they want in their "Wishlist". I want to be able to have a page that outputs them in a easy-to-read, printable format, for gift-giving and being able to sent it to people easily.
Anyone know how I could go around doing this? Would I have to run a SQL command to grab whatever fields had "on" set (they are set via checkboxes in WLPE)? If so, what would that command be? (I’m a noob at this.)
[!WebLoginPE? &type=`users` &usersList=`listname:default:default:internalKey:ASC:customfield(on)` !]