Data fields inside html field

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

  1. What is your name? (Data)
  2. What is your age? (int)
  3. 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