A different type of component #4061
Unanswered
mrhicksman
asked this question in
Q&A
Replies: 1 comment 2 replies
-
What exactly makes you feel wrong? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
I am looking for some advice on the best way to create a component for Smarty template code.
For example, I need the output to be as follows:
<div>{display_question question_id=30 qlayout_id=1 show_instructions=false show_number=false show_answer=false}</div>
Each value in the component is dynamic and is selected by the user in a modal form when adding the component to the page. The following is the approach I am trying and it works but, I feel I am down the wrong road with this approach.
Beta Was this translation helpful? Give feedback.
All reactions