edit submitted post
-
Hi,
it seems, that we have some issue with displaying values to the form.
We have set the filter in post-my-contact-form, as out goal is…
1. the filled form will create a post
2. the user can edit the formThe current step is, that we wanted to check the copied “custom meta field” “hookwith a filter”-code, which we copied from the plugin:
add_filter(‘cf7_2_post_filter-usercases-name’,’filter_usercases_name’,10,3);
function filter_usercases_name($value, $post_id, $form_data){
return “Test”; // $value;
}As we did not received any value from the form (we previously submitted something), we put the test value “Test” init.
But with no result.Did we forgot anything?
Thanks in advance,
Marcel
- The topic ‘edit submitted post’ is closed to new replies.