Display the Form and Submissions

Display a Form

[bf form_slug=""]

Use the above shortcode to show a form.

Options:
  • form_slug  --> is required
    • This is the string to identify the Forms. 

Display Submissions from the logged-in user so he can manage his entries.

[bf_posts_list form_slug="" list_posts_style=""]

Use the above shortcode to show a list of entries belongs to a Form. 

Important: This shortcode will work if you attach a page to the form to let the user manage their submissions. 

Options:
  • form_slug=""  --> is required
    • This is the string to identify the Forms. 
  •  list_posts_style --> is optional | default: list | values: list or table 

Examples

[bf_posts_list form_slug="post-excerpt-amount-of-row" list_posts_style="list"]

Table view

[bf_posts_list form_slug="post-excerpt-amount-of-row" list_posts_style="table"]

List view

Still need help? Contact Us Contact Us