Skip to main content
Go to CF 2.0 Help Center
Login
Sign up
Home
Knowledge base
Submit a ticket
Home
Knowledge base
ClickFunnels Classic - Documentation
Funnel Settings & Publishing
All
Articles
Recent Searches
Clear all
No recent searches
Popular Articles
Articles
View all
Topics
View all
Tickets
View all
Sorry! nothing found for
Funnel Settings & Publishing (12)
Restoring Deleted Funnel Steps
Modified on Thu, 14 Dec, 2023 at 12:57 AM
Text Optin
Modified on Thu, 14 Dec, 2023 at 1:09 AM
< Previous
1
2
Next >
//var excludeWords = ["Cancel", "Cancelling"]; var favoriteArticles = `
Integrating Your Domain Into ClickFunnels
Adding A GoDaddy Domain
Create A Membership Funnel
Sending Emails from your ClickFunnels Account - SMTP Email Integrations
Payment Gateway Integrations
`; var fwSearchForm = document.getElementById('fw-search-form'); var fwPopularArticlesSearch = fwSearchForm.querySelector('div.fw-popular-articles-search'); var fwPopularArticleTopics = fwPopularArticlesSearch.querySelector('ul.fw-popular-topics'); //fwSearchForm.querySelector("div.fw-popular-articles-search").remove(); fwPopularArticleTopics.innerHTML = favoriteArticles; fwPopularArticleTopics.classList.remove('fw-popular-topics', 'd-none'); fwPopularArticleTopics.previousElementSibling.classList.remove('d-none'); fwPopularArticlesSearch.classList.remove('fw-popular-articles-search', 'd-none');