Skip to main content

Additional Use Cases

Customize Spiff Button

Render Button

To render the button you need to navigate to the Plugin File Editor and select Spiff Connect. Under Plugin Files select create-design-button.js. Here is the Javascript code that creates the button. The button is created programmatically and you will need to add styles here.

const button = document.createElement('button');
button.innerText = "Personalize now";
button.className = "create-design";