#Imprint-Generator
1 messages · Page 1 of 1 (latest)
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 @low harness
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
Variables are placeholders for content that you can then use anywhere in the Typebot. It's a very important concept to understand to truly create a customized experience for the user.
awesome, thank you so much, that should be enough to get it going!
you dont have a template for it by any chance (?)