Questions tagged [webflow]

Webflow is an online visual builder for websites, simliar to Squarespace and Wix. DO NOT use this tag for questions on how to use the Webflow designer interface, CMS editor, SEO, or setting up and configuration of Webflow hosting. Questions tagged with [webflow] must show prior research and some example JavaScript custom code, together with the HTML markup of the elements you are working with.

259 questions
5
votes
0 answers

Webflow integration with React

I am trying to make a website using webflow, and when I try to export my code it works in the project folder that I downloaded from webflow. However, when I created a react app (create-react-app) and copied the styles, js, fonts, images folders…
Stuart Fong
  • 603
  • 1
  • 13
  • 21
3
votes
1 answer

Host landing page in Webflow, and dashboard in Vercel using the same domain

So let's say my company has a domain abc.com, we want to make sure that marketing and content within the team can manage all the marketing-related pages like the landing page for example via Webflow, while the actual app (dashboard + auth) is hosted…
CoodleNoodle
  • 324
  • 3
  • 17
3
votes
0 answers

How to load a flutter web app from Webflow?

I'm a flutter dev(switched to flutter from Native mobile apps), trying to build a full on website, so decided to build a hybrid of Flutter + Webflow - marketing home page in Webflow (because I've heard flutter web is not the best for SEO) and the…
Joe M
  • 669
  • 6
  • 9
3
votes
1 answer

Can we connect firebase database with Webflow?

Can we connect firebase database with Webflow? All data and pictures of the project need to be found in firebase. How can I do?
3
votes
0 answers

How to submit login form on Webflow.io?

I tried to implement user authentication part on Webflow project. But if I submit the username and password, the Webflow says, password field cannot be submitted. Any suggestions? This kind of work well. But how can I submit the login form? Or do I…
Sandy
  • 204
  • 1
  • 9
2
votes
0 answers

How do you change the HTML code for an icon in Webflow?

I'm trying to add rel="noopener" or rel="noreferrer" code to a LinkedIn icon on a Webflow website and was wondering how I can edit the HTML code through Webflow? Another question I have is if the rel="noopener" I add needs to be after…
CCBender
  • 21
  • 2
2
votes
2 answers

Multiple conditions in if statement not working on Webflow

I am using collection lists on Webflow. I'd like to hide a parent div when 2 fields in the list are empty, so both conditions have to be true together. Webflow is sometimes tricky with Jquery so I tried a few different ways but no luck. What am I…
svdl
  • 21
  • 2
2
votes
1 answer

When Tab is clicked replace window

im trying to do an Language Switcher for a Website and i am using an Tab element with 2 Tabs - Now i am trying to do a window.location.replace to an url when one of the tabs is clicked. So tab 1 should link to google.de and tab 2 to google.com I…
2
votes
1 answer

Menu works perfectly in Safari but not Chrome?

I am having trouble figuring out why my site menu shows up differently over browsers. Screenshots are below. Safari Chrome Site is here. Update: Figured out what is causing it. It’s these lines of code in the head. Still unsure why it would mess up…
2
votes
0 answers

Webflow authentication integration with private API

The company I work for has an web application built with Angular, that has user authentication. We also have a blog built with Webflow for simplicity. The thing is, we want to create special pages on our blog only for premium users. For that, a…
CH4B
  • 734
  • 1
  • 9
  • 27
2
votes
0 answers

Editing attributes without escaping characters

Background: I am creating websites in Webflow, and then exporting them to be integrated with a PHP backend. Webflow's default file structure is different than our backend, so I'm using Python & BeautifulSoup to help correct some tedious things…
Adam Bowker
  • 193
  • 9
2
votes
1 answer

CSS animation slowed down/do not complete after adding more sections to page

I am having trouble with CSS animations I added to a Webflow site in an Embed element. Before I added more sections to the page, the animations played a lot faster and the animation fully completed. Now after working on the site and adding more…
2
votes
1 answer

Script to push UTM values from URL to hidden fields (Webflow)

I just released our new website in Webflow, but there is no easy way to collect UTM values from the URL and push them to the form fields. I created the 5 UTM hidden fields (UTM Medium, UTM Source, UTM Campaign, UTM Content, UTM Term). Now I need to…
Francopd
  • 125
  • 1
  • 1
  • 8
2
votes
2 answers

Separate hosting for SPA and Website but share domain

I want to separate hosting of my app and website. The hierarchy is as follows: example.com - website hosted at DigitalOcean example.com/* - SPA hosted at Firebase Hosting Since DNS does not allow to point the subdirectories, is there any wiser…
2
votes
4 answers

Checking a number in a class and adding a class to it

I am new to coding and so I don't really what I am looking for. The problem is that I want to add a class to an existing class when hovering in and when I'm hovering out it should remove the class. Now I have three combo classes as you can see…
1
2 3
17 18