• Hello,

    I really like this plugin – it solves a lot of issues for me.

    My site uses CF7. I understand that post_title must appear in CF7 shortcode. However, I want the post title to equal the post ID by default, with no option for the user to change this. How would I go about this?

    Thanks.

    https://ww.wp.xz.cn/plugins/form-to-post/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    That would require a change in the plugin code. The Post ID is not defined until the post is created. The code would have to be modified such that after it creates the post and gets an ID, it would then immediately modify the post title to be the ID.

    Is there any way to update the most meta data , I tried to do it by using update_post_meta but for that we need the post_id.

    Please let me know if there is a way to add post meta data

    Thanks once again for this wornderfull plugin.

    Thanks

    Plugin Author Michael Simpson

    (@msimpson)

    Look at “Setting Post Meta (Custom Fields)” on https://ww.wp.xz.cn/plugins/form-to-post/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Set post_title to post ID’ is closed to new replies.