The palette
Add content lists blocks in three groups.- Elements
- Input fields
- Advanced
Blocks you cannot add yet
Two palette entries are greyed out rather than hidden, so you can see why they are unavailable:- Phone field needs a usable SMS channel. Turn on SMS and get a branded Sender name approved first. See Sender IDs.
- One-time code input needs OTP verification, which is planned after v1.
A greyed-out block still tells you its reason when you hover it. Nothing is
removed from the palette silently.
Blocks that render but can no longer be added
Seven block types were retired from the palette. They still render, still open their settings and can still be deleted, so an older popup keeps working exactly as it did. You just cannot add a new one.
If you open a popup built earlier and find a block you cannot re-add after deleting it, this is why. Replace it before you delete it.
Containers
Every new step is wrapped in one container, created for you, and so is every step in a gallery starter. It is the step’s layout frame. Clicking it opens a Layout section:
Align values are written in reading order, so Start is the right edge in Hebrew and the left edge in English. The two align controls swap which axis they act on when you flip Direction, and the panel relabels them so they stay honest.
Randomize child order shuffles the container’s blocks for every visitor. The builder canvas deliberately keeps your authored order so it stays editable, and shows a badge instead.
A container can also carry a click action, which makes the whole area clickable.
The form group
The form is the group that validates and submits. Anything inside it is checked before submission and sent; anything outside it is skipped. A form holds input fields, the consent checkbox, the submit button, push subscribe, and presentational blocks around them (text, image, divider). Games and quizzes sit outside it, because each of those is its own interactive block and would fight the form for the step.Text
Text is rich text. The settings panel accepts HTML and expressions. Expressions are written in double curly braces and are replaced with live values just before the block is drawn:
An expression that resolves to nothing renders as an empty string, never as the raw token.
Image
Divider
A divider has no settings. Style it with the block background, padding and radius controls.Input fields
Every input field shares one set of options.
Email, Phone and Name write to a fixed property. Their mapping is shown but not editable, because the subscribe request is keyed on it and remapping would drop the value with no error.
Every other field lets you pick any non-computed contact property, or Do not save this answer, which collects nothing. Values land on the right contact column when the property has one, and in the contact’s custom properties otherwise. See Contacts.
Phone field
Adds a Country setting: the dialling code the visitor starts on. They can pick another one.Custom field
Adds four more settings:
The age gate needs a date mask to read the value from. When you set a minimum age, a Message below the age field appears.
Birthday in the palette is this same field, pre-set with a
DD/MM/YYYY mask and a date-of-birth mapping. Add a minimum age to it to build an age gate.
Quiz / Question
Per-answer segments are what make a welcome flow branch on what the visitor picked. See Segments.
Push subscribe
A button that asks the browser for notification permission. The label is the only setting. It needs a service worker on your own storefront domain, so it works on Shopify and on WordPress and WooCommerce. On Konimbo there is no same-origin path for it and the block does not render. See Push.The consent block, and what it changes
A consent block is one checkbox for one channel: Email, SMS or WhatsApp. Its settings are the channel, the checkbox text, whether ticking it is required, and an optional profile property to record the answer on. The block changes how opt-in is decided for the whole popup:No consent block on the step
Submitting the form is the opt-in. A visitor who gives an email is
subscribed to email; one who gives a phone is subscribed to SMS.
A consent block for that channel
The checkbox decides. Leaving it unticked subscribes nothing on that
channel, even though the address was collected.
The submit button
The Button block submits its step’s form. A button with no action configured still submits, so nothing needs setting for the basic case.
A list you picked earlier that has since been archived or deleted stays visible as a disabled row rather than silently resetting your choice.
Click actions
Thirteen actions can be attached to a block. They appear as Action when clicked on an image or a container, and as the ordered When form is submitted list on the submit button.
Actions in the after-submit list run in order, top to bottom, and you can reorder them.
The coupon reward block
The coupon block hands the visitor a discount code. It links a real coupon from your Coupon Library. You do not type a code into it, because a typed string is not a discount in your store and would fail at checkout.
Apply to checkout works on Shopify and WooCommerce only.
Shared code or unique per subscriber
The picker labels each coupon:Shared code
One code every subscriber gets. It can sit on any step, including the
very first one.
Unique per subscriber
A different code per person, drawn from a finite pool of real store
discounts. It may only sit on a step the visitor reaches after
subscribing.
Pool warnings
When you link a unique-per-subscriber coupon the block shows the pool state inline:- Codes left while the pool is healthy.
- An amber warning as it runs low.
- A red warning when it is empty: subscribers see no code until you add more.
Legacy typed codes
A block built before rewards were linked still shows its typed string, with a notice telling you to pick a real reward so the discount exists in your store. Nothing breaks in the meantime, but the code is not verified against your store.Countdown timer
Four timer types, each answering a different question:Duration
Duration
Counts down from a fixed length every time the popup opens. Set days,
hours, minutes and seconds. Good for urgency that resets.
End date
End date
Counts down to one moment in time, the same for every visitor. Set the
date and time, plus the time zone it is read in.
End of period
End of period
Counts down to the next Hour, Day, Week or Month boundary
in the selected time zone. Weeks end on Sunday.
Evergreen
Evergreen
Starts when a visitor first sees the popup and follows them on that
browser. Each person gets their own deadline.
Duration and evergreen timers cap at 365 days. A timer with no length and no end date shows a Set a length or an end date notice instead of counting.
Custom HTML / JS
The Custom HTML / JS block takes your own markup in a code editor with syntax highlighting. Scripts inside it run against a small API. Three things are available to your script:
The
$senderz object exposes:
setVariable are readable from any text block on the popup as {{variables.name}}.
Expressions are substituted into your markup and your script before either runs, so {{email}} inside custom code resolves the same way it does in a text block.
Spacing: blocks are full bleed by default
This trips people up more than anything else in the builder, so it is worth stating plainly.A block has no padding until you give it some. Every block reaches the
edges of the popup card, and every pixel of inset comes from that block’s own
Block padding control. There is no built-in gutter, and no per-block-type
default.
The padding control
Block padding starts collapsed, on two inputs:- Vertical sets top and bottom together.
- Horizontal sets left and right together.
Block background
Every block has its own three-way background:
Image mode adds Fit (Cover, Contain, Stretch, Original) and a nine-point Position.
Two exceptions:
- A button paints its own colour, so its field is labelled Button color and there is no separate block background.
- The coupon code block and every input field paint an inner surface on top of the block background. They get an extra Inner background setting, so the box inside the block and the block itself can be different colours.
Show on
Each block carries a Show on setting: All devices, Desktop or Mobile.Tablets count as desktop. A block set to Desktop still shows on an iPad.
Styling one block, or every block
Every block’s Style section starts with a two-button switch:This element
Changes only this block. Font, size, weight, italic, underline,
strikethrough, tracking, leading, colour and alignment, plus radius, width
and height.
Shared style
Changes the workspace-level style this block inherits, everywhere it is
used.
The five shared styles
Your workspace has five shared styles. A block resolves which one it uses from its own type, so there is nothing to assign.
Each carries font, size, weight, style, decoration, letter spacing, line height, colour and alignment. Reset to default puts one back to the platform default.
Which wins
Four layers, narrowest last:- The platform default.
- Your workspace shared style for that role.
- This popup’s own theme, from Popup styles on the rail.
- This block’s own style.
Step layouts
Each step has a layout, set in Step settings when you click the step tab.
Two rules worth knowing about Split:
- Only the first image moves. Hoisting every image would relocate a badge or a payment-logo strip you deliberately placed mid-copy.
- If either half would come out empty (no image, or nothing left beside it) the step falls back to a single column rather than rendering an empty half.
Desktop and mobile
The layout is set separately per device. Switch the canvas to the mobile preview and the panel shows Mobile layout instead. Popups have no per-step mobile stacking direction. Use the container’s Direction and Reverse order controls, or a separate mobile layout, to change how blocks sit on a phone.The teaser
The teaser is the small button that stands in for the popup. It has its own panel, reached from the Teaser tab at the start of the step strip or by clicking it on the canvas. Turn it on with Show teaser.Position
The grid offers nine anchors: the four corners, the four edge midpoints, and the centre.A Corner teaser is a triangular tab that only reads correctly in a corner,
so the five non-corner anchors are switched off for it. The panel says so
rather than silently moving your choice.
Display mode
The two “before” modes do not suppress the popup’s own timing rules. A
teaser can only ever open the popup earlier, never stop it opening on its
own.
Devices
The teaser’s device choice narrows within the popup’s own targeting; it never widens it. A popup that does not serve on mobile shows no teaser there either. Tablets count as desktop here too.Limits
Related
Popups and forms
Steps, triggers, targeting, frequency and installing on your store.
Coupons
Creating the reward a coupon block hands out, and the unique-code pool.
Consent
What each consent state means once the visitor has subscribed.
Segments
Where quiz answers land, and how to use them in a welcome flow.

