Share feedback, ideas and get community help

Updated last year

Imprint-Generator

I am looking for something like an imprint-generator where users type in if they are a company or not, their data, name website, etc. and then based on those conditions they can type in and select more details. and in the end it will display an imprint based on the settings of the user.

do you think typebot is able to do this?
B
M
12 comments
Sure! What do you mean by the term "imprint" what is it?
so an imprint is some legal page every website has to have within the european union.

i can also use another example and we can call it privacy-policy. users fill in their speficic details, names for who is the gdpr-representative and in the end a document gets generated (=text will get displayed) based on the dynamic conditions and text fields from the user @Baptiste
Yes, that's totally a great use case for Typebot πŸ‘Œ
Please let us know if you struggle with anything in particular
cool! do you offer paid setups by any chance to get to understand the logic behind it with a boost?
Not really, what you need to do is collect all the required information into variables then just set a variable at the end that uses these variables to generate your content something like:

"# Privacy Policy for {{Company name}}

At {{Company name}}, accessible from {{URL}}, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by {{Company name}} and how we use it.
...
"
Did I understand correctly your use case?
half of it. the other half are checkboxes/radio selections and we need to display according to yes/no selections variations of text-blocks
You could use inline code for that

{{={{GDPR enabled}} ? 'A phrase about GDPR' : ''=}}

https://docs.typebot.io/editor/variables#inline-variable-formatting
awesome, thank you so much, that should be enough to get it going!
you dont have a template for it by any chance (?)
No! But tell me where you are struggling πŸ™‚
Add a reply
Sign up and join the conversation on Discord