Great solution. Similar to this limit, webflow cms fields limit also sucks. For a website like car rental or house listing, webglow cms field are very limited. I have lot of clients who are looking for solution to the cms field limit. If you could make a video about it, would be a great help. Thanks
@anthonymas8462 жыл бұрын
Does this work with POST method? I see you can change the method in the block, but how would you bind the data to send to the database
@alanmacdee3 жыл бұрын
This has incredible potential and opens up a lot of opportunity. I have actually tried to implememt this with a user-submitted gallery (using Integromat to automate the process). So far, nearly everything works. The only issue is when I click through to the collection item. I can get the name to appear, but the image never changes from the default. When I check the console, the array data is there. I have no idea why this isn't working
@weblocks3 жыл бұрын
Hey Alan! I'm very happy you enjoy using WeBlocks! Send link to mac@weblocks.com, I will check it out!
@wildswag80712 жыл бұрын
thanks for the good tutorial man🙏🏻
@juliakabelka68782 жыл бұрын
Great, will this work with the E-Commerce plan as well?
@ItsMitch922 жыл бұрын
Hi, how do you limit the items loaded in a page, like: load first 50/100/1000. And how does it integrate with finsweet's CMS filtering and searching using attributes? see this video kzbin.info/www/bejne/fHfZepVnnLaMl5o
@AnkitRawat-ff2ye3 жыл бұрын
Omg! Glad that youtube recommended this video to me. I just hate the webflow limits. I didn't know that webflow has certain limits and now my client is complaining and I can't migrate as there is a lot of data. Please make the video easy to understand, may be explain what happening behind the code. Also, is there anyway to make this method work for webflow cms fields?
@rehankhurshid3 жыл бұрын
Thanks a ton! 🔥 Is there anyway to filter the results in Webflow?
@weblocks3 жыл бұрын
We don't have it yet, but we will work on that functionality!
@rehankhurshid3 жыл бұрын
@@weblocks Awesome Thanks 🙏
@mcobanoglu2 жыл бұрын
@@weblocks Assuming no progress on this as no video came recently ?
@jeberulz3 жыл бұрын
This is amazing 👊🏽👊🏽👊🏽
@weblocks3 жыл бұрын
Thank you John!!
@Shc-w8i3 жыл бұрын
Is your JS have SSR? If not, it's not good for SEO because it will load after the page load
@weblocks3 жыл бұрын
WeBlocks is only generating JS code, the way you use it is up to you. You can copy it to Vue.js application which make JS Server Side Rendering
@stackingflow3 жыл бұрын
How will this scale? Webflow has a limit of 100 static pages. These pages are not dynamic. How will we scale this to 10k + ?
@weblocks3 жыл бұрын
This solution is only for large collections of CMS items not static pages
@stackingflow3 жыл бұрын
@@weblocks I am looking for a similar solution. My limitation is webflow just has 60 CMS field. Can I use this to solve that issue?
@weblocks3 жыл бұрын
@@stackingflow Using MongoDB you can have unlimited "CMS fields"
@stackingflow3 жыл бұрын
@@weblocks perfect. Can you make a video about it? I understand most of the part but I don't understand few things Every page has a unique url and it need to loads different data (for which I used cms fields in webflow). How would I loads specific data to specific page. Please make a video if possible.