Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic templates using Formidable Views #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jvarn
Copy link

@jvarn jvarn commented Mar 14, 2022

This will allow us to create a base template and enable users to vary its content and layout using the Formidable Views interface. It dynamically inserts Formidable Views into a template by passing a view ID to the [pdf] shortcode: [pdf view_id=x], and using the Formidable method FrmViewsDisplaysController::get_shortcode( array( 'id' => $view_id ) ); to insert it into the custom template.

This will allow us to create dynamic templates by inserting any Formidable View by View ID.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant