Hugo is a static site generator so no, there is no inherent way to handle forms.
Anything you can stick in a static website, including an iframe, you can put in a Hugo site, without trouble.
Personally, we use a database that generates a js form to use on any static page, so we generate those on data tables, and put the resultant form on some hugo page.