Custom code is available for users on the Basic plan and above.
Adding a Custom code block
Custom code is added through the Custom Code block in Blocks => Static => Custom code.You need to be on a paid plan to be able to use the Custom code block.
Adding the code inside the block
Next, you need to open the block settings and paste the code snippet you would like to add. It can contain standard HTML elements, elements containing custom CSS rules, and even tags containing JavaScript code.
Custom Code block
Use Case - Embed Calendly in Softr app
Let’s see how the Custom Code block works on a specific example. We’ll use it to embed a Calendly widget within our Softr app.Getting the Embed Code
In our Calendly account, we are going to navigate to Share Your Link in the Account dropdown menu.
Share your link

Selecting 'Add to Your Website”

Choosing 'Inline Embed”

Copying the Calendly page code
Adding the code to the block
Finally, we will go back to our Softr app, paste the code in the Custom code block, and hit Preview to see what it looks like.
Applying the code