[web2py] Custom Regisration Form

2014-02-14 Thread DMK
I extended the auth_user table with additional profile fields (e.g. phone number, alert preference, etc.) and I'm trying to customize the registration form so that it shows only the desired fields (accomplished per documentation) and display the desired fields in a custom manner, including addi

[web2py] A Select Tag Helper Code

2014-02-14 Thread DMK
I wasn't able to find a simple function that would help generate a SELECT tag given a set of options (I did see the OPTION function) so created a simple one and thought it'd be useful to share. I'm new to Python so this may not be very elegant, but it works. The function takes the tag's name an