There are 2
main default Form Placeholders in WLPE now. We know them as
[+form.country+] and
[+form.gender+]. They pull their information from the
countryCodes.php
I need a
[+form.state+] and a [
+form.category+] one, and I need to be able to add the 60+ options somewhere. But first I guess I need to make these 2 placeholders work somehow and that is where I am stuck.
I realize I could use the
&inputHandler and
&customFields parameters as listed below...
[!WebLoginPE? &customFields=`website,aim,msn,address1,city,favorite_color,demographic,emailprivate,aimprivate,msnprivate` &inputHandler=`Favorite Colors:userProfileFavoriteColor:favorite_color:select multiple:Red(red),Blue(blue),Green(green),Black(black),Orange(orange),Yellow(yellow)||Age Group:userDemographic:demographic:radio:Less than 13(1),14 - 18(2),19 - 30(3),31 - 40(4),41-50(5),51-65(6),65 or older(7)||Keep my email private:userProfileEmailPrivate:emailprivate:checkbox:()||Keep my AIM account private:userProfileAIMPrivate:aimprivate:checkbox:()||Keep my MSN account private:userProfileMSNPrivate:msnprivate:checkbox:()`!]
However doing this with 60+ options would take me forever to do and be very messy.
So how do I make my own placeholder so it will work as the Country and Gender one does.