Is there a function to get form id of an entry in formidable?

By: Athira Divakar | Asked: 05/26/2023
ForumsCategory: How-toIs there a function to get form id of an entry in formidable?
Athira Divakar asked 1 year ago
When a form creates a post type, how can we get the entry id of the post using a function?
2 Answers
Best Answer
Athira Divakar answered 1 year ago
I got the answer from formidable documentation, it is  $entry_id = FrmDb::get_var( 'frm_items', array( 'post_id' => $post_id_here ), 'id' );
Victor Font answered 1 year ago
https://formidableforms.com/knowledgebase/frm_after_create_entry/#kb-save-the-id-of-created-post-in-a-field
Athira Divakar replied 1 year ago

How can we get the post id inside a shortcode or a wordpress function?

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right