Easy/php/wordpress/cookie Job
I would like to have a script added to my WordPress site that does the following:
On the top of the home page there are two drop down menu’s pulling WordPress custom field data of “cf_state” and “cf_region” set to a default state and region.
If the visitor changes the state drop down, the region drop down should auto-populate with new region data.
If the visitor changes the state and region, the data should be stored in a cookie until the visitor is registering and the data is then pulled from the cookie to store in their profile.