Create Links to the Form Endpoints for Creating or Editing Submissions
Every form can have its own endpoints. This is a URL pointing to the form or users post list. Read more about Form Endpoints.
Link to the Form
[bf_link_to_form form_slug="" label=""]
Options:
- form_slug --> is required
- This is the string to identify the Forms.
- label --> is optional | by default is `Add New`
- String to show inside the link
Examples
[bf_link_to_form form_slug="post-excerpt-amount-of-row" label="Add more"]
[bf_link_to_user_posts form_slug="post-excerpt-amount-of-row" label="View more"]
Link to the logged-in user's Submissions
[bf_link_to_user_posts form_slug="" label=""]
Options:
- form_slug --> is required
- This is the string to identify the Forms.
- label --> is optional | by default is `View`
- String to show inside the link
Example
[bf_link_to_user_posts form_slug="post-excerpt-amount-of-row" label="View more"]
Links to the Form and Submissions as navigation
[bf_nav form_slug="" separator=""]
Options:
- form_slug --> is required
- This is the string to identify the Forms.
- label_add --> is optional | by default is `Add New`
- String to show inside the Add link
- label_view --> is optional | by default is `View`
- String to show inside the View link
- separator --> is options | by default os `|`
- This is the string using to separate the above links
Example
[bf_nav form_slug="post-excerpt-amount-of-row" label_add="Add More" label_view="View More" separator=" ||| "]