What I am trying to achieve is: If Variable A contains "01" , show Button1 AND If Variable A contains "02" , show Button2 AND If Variable A contains "03" , show Button3
So if A= "01;03", the output would be Button1 Button3
... and all that ideally NOT using hard core scripting.
-> Does anyone have an idea??? Thank you so much in advance!
When I send en email variable within an HTTP request (as query parameter, to be exact), the @ sign is URL encoded into %40. However, this is not what I want - my receiving app expects a non-encoded email value. Does anyone see a simple way to change Typebot's behavior here?
Thx! (And by the way, I absolutely LOVE Typebot, great work!)