Using external data for forms? #185
Unanswered
charleslcso
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello everyone, I'm excited to try Input!
I need to build lots of forms for my clients. Their backend is Atlassian Confluence. Therefore, the goal is to use an external form builder, submit the form, n8n accepts the data, and n8n sends the data to Confluence for record keeping.
Since data is in Confluence, I want to present the forms to end users using data from Confluence. For example, the SELECT in the form is built using data from Confluence, in addition to whatever data was preset during the form building step.
My question is, which approach should I use: modify source in Input, or purely modify the DOM after it is loaded? If Input uses Vue3, the state of data need to be handled, and hence I am not sure which way is simpler and quicker.
Can someone advise what approach I should use?
BTW, can Input present all form elements in 1 single page?
Beta Was this translation helpful? Give feedback.
All reactions