space10-community / conversational-form

Turning web forms into conversations
https://space10-community.github.io/conversational-form/
MIT License
3.8k stars 778 forks source link

Is it possible to insert a tag without a question above it? #446

Open anVeNiQ opened 3 years ago

anVeNiQ commented 3 years ago

I have created a custom element that I have put in an overlay. When a user reaches that specific question I add a tag 'placeholder' tag (that is simply a input tag) so that the form does not submit. The only problem with this is, the 'placeholder' tag also places it's question in the Conversational, even when I set it to empty. Then the question will be set to 'Please write some text.'.

Is there a way to show an input tag without a question above it?

Thank you.