Skip to content

Add a stickers feature

Add a stickers feature, which allows emojis, custom text, or images to be overlaid onto the image.

// Enable stickers with emoji presets.
gform.addFilter('image_hopper_filepond_config', function(config, FilePond, $form, currentPage, formId, fieldId, entryId, files, inputField) {
  config.imageEditor.editorOptions.stickers = ['🎉', '😄', '👍', '👎', '🍕']
  config.imageEditor.editorOptions.utils.push('sticker')
  return config
}, 20 )

You can use any of the standard emojis as stickers. You can also define your own SVG images.