Typingfield without any effect?

Hey, is there a way to implement a typing field on the frontside - but without checking the answer?

I tried {{type::xy}}, but this will change the card fully. I just want a plain typing field for (because so I can prove myself better and order my thoughts) without any effect.

Okay I found a solution for my issue. If somebody want the same:

Font Template:

< input type=“text” >

Styling:

input[type=text] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
}

2 Likes