Auto Populate Form Fields with User Info
I am using classipress and would like the users city & state to be auto populated when they are posting a new ad so they dont have to fill it out each time they post a new listing. Has anyone figured this out?
I know how to echo user data to the page and am wondering if that can be done by echoing it on the form value? question is (if this is the right approach) how would the form fields be accessed being that they are created in the admin and not necessarily residing in a php file.