There could be a few possible reasons why the "Request demo" button works on your pricing page but not on your home page in Webflow. Here are a few potential causes to check:
1. Link or Interactions: First, make sure that the button on your home page is set to link correctly to the demo request form. Double-check that the "Request demo" button on your home page is linked to the appropriate page or form where users can request a demo.
2. Hidden or Overlapping Elements: Sometimes, elements on the page can overlap or be hidden, preventing the button from being clicked. Inspect the home page in Webflow's Designer to ensure there are no elements covering or blocking the button. Check for any interactions that might be conflicting with the button's functionality.
3. Form Settings: Verify that the demo request form itself is properly set up. Check the form settings, especially the action attribute in the form element. Ensure that it points to the correct URL or handles the form submission correctly.
4. JavaScript Errors: JavaScript errors on your home page might be preventing the button from functioning. Open the developer console (usually accessed by pressing F12) and check for any JavaScript errors that might be related to the button or form submission. Resolve these errors to see if it resolves the issue.
5. Conditional Visibility: If you are using Webflow's Conditional Visibility feature, make sure the conditions for showing the "Request demo" button on the home page are set correctly. Check if any conditions are preventing the button from being displayed.
6. CMS or Collection List: If the "Request demo" button is inside a Collection List or is dynamically generated from the CMS, ensure that the data is properly bound and that the button can be interacted with.
7. Browser Compatibility: Test the functionality of the "Request demo" button on different browsers and devices. It's possible that the issue is specific to certain browsers or devices, and adjusting the CSS or JavaScript may be necessary to make it work universally.
If none of these suggestions solve the problem, consider reaching out to Webflow support or posting your question on the Webflow community forum, where other Webflow users and experts can provide additional insights specific to your website. Providing more details about your setup, such as the specific interactions or code snippets involved, can also help in troubleshooting the issue.