Access data of a Form collection using velo

Hi,

I created a website form, and gave it a name ‘NewIntakeForm’. Then I can see a new Wix App collection with the same name have been created under the Form Section.

I am wondering how to access the data of this “NewIntakeForm” collection using velo code?

I tried the following but not working at all.

wixData.query("Forms/NewIntakeForm").find()