Skip to main content

How to integrate a working image editor into Webflow SaaS when MS2 tutorial #42 is outdated?

Hi there, I am trying to use image editor inside my webflow saas. I have found MS2 tutorial #42, but nor the clonable or the code works. Any suggestions would be appriciated. My thoughts are that its older script and is no longer supported. If thats the case, is there any other way?

#42 - Image Editor Form Field v0.2 - https://www.memberstack.com/scripts/image-editor-form-field

4 comments

  • A J
    A J

    Hey Matej Svoboda, I just cloned and tested this in my personal workspace. Although the code is up-to-date, there is a slight change that we might have to do, to get this working.

    In the Body section of the page where you are implementing this script, there is a section where #42 memberscript is present. You can find that under this line in the script:

    <!-- 💙 MEMBERSCRIPT #42 BODY CODE v0.2 💙 FILE EDITOR FEATURE -->

    Replace the first five lines below it to the following:

    <script src="https://unpkg.com/filepond-plugin-file-encode/dist/filepond-plugin-file-encode.js"> </script> <script src="https://unpkg.com/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.js"> </script> <script src="https://unpkg.com/filepond-plugin-image-edit/dist/filepond-plugin-image-edit.js"> </script> <script src="https://unpkg.com/filepond@^4/dist/filepond.js"> </script> <script src="https://scaleflex.cloudimg.io/v7/plugins/filerobot-image-editor/latest/filerobot-image-editor.min.js"> </script>

    Keep the code starting from <style> as it is, no changes required there.

    With this change, I am able to see the file editor feature working perfectly as shown in the tutorial as well. Hope this helps.

    0
  • Matej Svoboda
    Matej Svoboda OP

    This is great, Thank you. Is there a way I can have a 1 on 1 call with memberstack teammember and discuss limitations or capabilities within my use case if I am using currently memberstack/webflow instead of "hard-coded" webapp?

    0
  • A J
    A J

    Welcome @Matej Svoboda 😇

    I have seen users explain their detailed use-case in this channel and ask if it is possible via Memberstack, people here including Memberstack team would drop in and confirm / suggest solutions for challenges if any.

    0
  • Julian Galluzzo
    Julian Galluzzo

    Hey Matej!

    The script should work as intended - feel free to explain your use case here and I’ll do my best to let you know if it’s feasible 🙌

    As for support, memberscripts are a community resource and are not officially supported, but we do try to make sure they all work for most people!

    0

Please sign in to leave a comment.

Sitemap