shortly, I’m asking if I can render Data field inside HTML field??
I need to create a web form that will render a survey to the user, the survey will come from a Child DocType.
For example
- What is your name? (Data)
- What is your age? (int)
- What is your birth date? (Date)
So I don’t need to hardcode these 3 questions because the user may add more or modify the existing questions. So, can I loop through the child table and render every single question as a field inside html field in the webform?
Thanks in advance