From Text Fields for Prototype

Hello,

I am not a developer by any means. I am currently using Hype to create an interactive prototype because I can get about 90% to the real thing. I am wondering if there is a quick way to at least drop in some text fields if not a working form into my prototype. I can’t use google forms because I need it to fit into my UI and not take up a whole page. I am just trying to make the prototype more realistic.

the css-property contenteditable may perfectly fit your needs:
https://www.w3schools.com/tags/att_global_contenteditable.asp

1 Like

Hey thanks