You can embed a free appointment scheduling form from Taskeo into your Webflow website using an iframe embed. Follow these steps to get it set up quickly.
- Sign in to your Taskeo account.
- Go to the Appointments section and create your scheduling form if you haven't already.
- Find the embed code for your appointment form. It will be an
<iframe>
snippet.
2. Add an Embed Element in Webflow
- Open your Webflow project and go to the page where you want the form.
- Drag a Embed element from the Add panel onto the page.
- Paste the Taskeo iframe embed code into the custom code field.
3. Adjust Sizing & Styling
- If needed, adjust the size of the iframe using CSS width and height attributes.
- Example: Modify
<iframe width="100%" height="600px" ...>
to fit your layout.
4. Publish & Test
- Click Publish and visit your live site to test the scheduling form.
- Ensure that the form loads correctly and functions as expected.
Summary
You can add a Taskeo appointment scheduling form to Webflow by embedding its iframe code into a custom embed element. Adjust the size if necessary, then publish and test to ensure usability.