Because squarespace is one of the more popular site building platforms, we've written this article as a helpful guide. Form best practices when embedding forms on your website, please read our developer documentation.
In Funraise - Create your Giving Form
- Create a Giving Form (use Form V2)
- Access your Giving Form embed code
In Squarespace - Paste Form code elements
1a. In Squarespace, navigate to Settings > Advanced > Code Injection
1b. Paste the Funraise Aware Code and the Form Configuration Code into the Header
2a. Navigate to the page you want to add the button.
2b. Add a Code
content block to the page and paste the Button Code here.
If you are adding multiple Giving Forms to your Squarespace site, you'll need to add the Form Configuration Code for each form to your site Header. For example:
<script>
window.funraise.push('create',{form: 123});
window.funraise.push('create',{form: 124});
</script>