meta key for front end post submission
-
I have a front end form that is used to submit post content to my site by users. Two of the fields they fill out are City and State. I had been using the address geocoder plugin, and was able to concatenate the city and state, and add directly to the meta field on the post on form submission, but I can’t get it to work with GMWP. I think it has something to do with the meta key, but I don’t know what the key is for the autocomplete address box. I use the following on the form page to update the meta…
update_post_meta($pid, ‘wppl-address’, $geocode_address );
in that function call, ‘wppl-address’ is what I thought the meta-key would be, but it’s probably wrong. Any help is much appreciated.Regards,
Cole
- The topic ‘meta key for front end post submission’ is closed to new replies.