How to implement multiple Quill editors on Webflow and connect them to Make?
Hey guys! I want to use two quill js on my webflow page but cant seem to get them to work and then send to Make and back to ebflow. any ideas? Thanks!
the quill script is working great it isnt picking up in make then not going to Webflow https://preview.webflow.com/preview/the-ident-test?utm_medium=preview_link&utm_source=[…]&pageId=69021f47245e48ab4941e077&locale=en&workflow=preview

Comments
2 comments
Hey Solomon Adlam,
I believe you have customized the template code where you are syncing the quill content with the hidden field upon every single text change.
But I noticed that the IDs you are targeting for pushing the content to the hidden text field is not accurate. i.e. in the code the IDs that are being target are #bodycopy-hidden and #bodycopy2-hidden.
Whereas your hidden textarea elements have the ID as Bodycopy and Bodycopy2.
So you might want to check the custom code and give it a thorough check to ensure that it is rightly adapting to your customization based on the elements you have in the form.
If you have a backup of the template you purchased, you can check how it is setup to test out and customize the approach further for your project.
Hope this helps.
Brill thanks AJ - i will keep looking - unfortunately i don't have a backup... I will ask now for one
Please sign in to leave a comment.