Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

How do I change the Web Contact Form?

Naroči se

Get notified when there's activity on this post

This question has been flagged
onlinewebsite
6 Odgovori
24782 Prikazi
Avatar
Bruce Letterle

I cannot find where to change the fields on the website contact form or to enable any kind of notifications.

3
Avatar
Opusti
Luke Branch

Hi Bruce, I'm also interested in custom fields and actions as well as multiple contact forms for different purposes. I believe it's possible to do with a proper understanding of Qweb (https://doc.openerp.com/trunk/web/qweb/). You can edit the contact form by logging into your administrator account (on the master branch) and then go back to the website frontend and click on the contact form. Once you're there click Customise >> HTML Editor and you should be looking at the QWeb code for the contact form. Unfortunately i'm only just learning this myself so I can't offer any valuable input, however if I figure this out i'll post back here with an answer.

Bruce Letterle
Avtor

I spent some time poking around and here's what I found. 1. Submitting a form does not appear to send an email notification to anyone. At least I don't seem to have received one at my system email addresses. 2. A form submission creates a Lead with notes. I tested sending one that already existed as a customer, and it still created a Lead and did not connect it to the existing contact. 3. In the backend under Settings->User Interface->Views I find a couple of QWeb views that have the Contact Us page and Contact Us form code. I'm OK with changing HTML, but how do I add a field? Don't I need to add the fields to the database first?

Luke Branch

Hi Bruce, In regards to email notifications, have you setup an incoming/outgoing mail server in Odoo? There's a quick tutorial that can be found here - http://www.youtube.com/watch?v=OoHPgtsM2fA if you need. In regards to adding a field, are you wanting to add custom fields or ones that are already existing somewhere (eg. extra information on leads such as address, etc.)?

Avatar
Yoshi Tashiro
Best Answer

Still half-way through to the final solution but here is what I did:

  1. Select 'Organize Sales activities into multiple Sales Teams' in Sales configuration.  This should add an menu item 'Sales Teams' under Sales > Sales.
  2. Open 'Website Sales' in the newly added menu item, and add yourself as a follower.  Click on the drop-down button next to the text that says 'Following' and select 'Lead Created'.

With this setting, a message record is created (Settings > Technical > Email > Messages) with you as a 'Notified partner' once a lead is created based on a message sent from the contact form.  However, the 'Type' of the message is by default 'System notification' instead of 'Email', which means the systen does not send you an email.  If you can change the default value for Type to 'Email' you should be able to receive emails but I haven't figured out how to do it.

2
Avatar
Opusti
Avatar
George
Best Answer

Hi all,

             I would like to have multiple contact forms for different purposes in a single web page. How to do that ?

           

Regards,

George Vincent

1
Avatar
Opusti
Avatar
Juan José Scarafía
Best Answer

Hi Bruce,

It's not easy to change the contact form. You have to know some HTML and edit the code manually, but this may be dangerous if you are not familiarized with it. The messages will arrive into your Open-Odoo system, so you can read all of them there.

Regards,

Juan José - Ing ADHOC

0
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Limit visibility of products on website based on customer.
online website
Avatar
Avatar
1
apr. 25
1677
Odoo online website
online website
Avatar
Avatar
Avatar
2
apr. 24
2740
How do I remove the numbers from the slugs in my blog and blogpost? Solved
website
Avatar
Avatar
Avatar
Avatar
3
sep. 25
2507
Login Website Solved
website
Avatar
3
okt. 25
149265
500 Server Error after upgrading from 18.0 to 18.4 Odoo Online
website
Avatar
Avatar
1
sep. 25
1843
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now