HLFH
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Connect directly Pipedrive to Contact Form 70. ContactUs or Zapier don’t send all the data we want to Pipedrive. Happily, we can send in deals using directly Contact Form 7.
1. Go in Pipedrive -> click on your profile -> Settings -> Functions -> Email API –> Switch to Yes to Enable it.
(I’m using the French version, so maybe, I’m not 100% right with the wording)
2. Add a form to CF7. In this contact form, send the first email with “human text” for example to your sales representative. And send the second email to your Email API address (shown in your Settings -> Email API (when enabled).
It has to be sent in plain text format with JSON code –> https://support.pipedrive.com/customer/portal/articles/1271064-email-api-how-to-send-in-deals-using-a-web-formHere is just an example of what you can do:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
{ "item_type": "deal", < Defines the import type. This can be deal, person, or organization "stage_id": "11", < Optional. Defines what stage in what pipeline you're importing a deal. "title": "[your-organization]: first contact deal", < Defines the title of the imported deal "organization": "[your-organization]", < Links deal and person to an organization "value": "", < Defines the number of currency units with the deal "currency": "EUR", < Defines the currency being used. So in this example it's $110 "owner": "[email protected]", < Who in your company owns the deal "visible_to": "0", < Who sees the deal. 0 is everyone, 1 is owner, 2 is followers only "person": { < This is just making sure the info to follow, is attached to the contact "name": "[your-name]", < Name of the Person "email": "[your-email]", < Defines the email of the Person "organization": "[your-organization]", < Defines the Organization to link to the Person "phone": "[tel-430]" < Defines the phone number of the Person } }
3. Test it. You have to wait 5 minutes, so don’t be stressed. You’ll see it in your logs tab inside Email API tab, and if there is no error, in the Deals tab.
4. You could simultaneously use Contact Form 7, Mandrill.com and Pipedrive. https://www.ads-software.com/plugins/wpmandrill/
Forum: Plugins
In reply to: [Polylang] Display lang code as https://www.domain.com/examplepage/?lang=frI migrated to WPML.
Forum: Plugins
In reply to: [Polylang] Display lang code as https://www.domain.com/examplepage/?lang=frSolved.
Forum: Plugins
In reply to: [Polylang] Display lang code as https://www.domain.com/examplepage/?lang=frFinally solved.
In Settings –> Languages –> Settings, you have to enable Questions in content types, and Question Categories + Question Tags in Taxonomies. And that’s it.
Forum: Plugins
In reply to: [Polylang] Display lang code as https://www.domain.com/examplepage/?lang=frTo give some examples of this issue:
When I’m going here: https://www.iraiser.eu/suggestion-box/ask/, I could click on Idées (Questions in English), Sans réponse (Unanswered in English), Suggérer une idée (Ask a Question in English).
But on these buttons, they gave me that URL:
https://www.iraiser.eu/fr/suggestion-box/
https://www.iraiser.eu/fr/suggestion-box/unanswered/
https://www.iraiser.eu/fr/suggestion-box/ask/
https://www.iraiser.eu/en/suggestion-box/
https://www.iraiser.eu/en/suggestion-box/unanswered/
https://www.iraiser.eu/en/suggestion-box/ask/Forum: Plugins
In reply to: [Polylang] Language switcher –> redirect to the current page ?Thanks a lot Chrystl !!! I love Polylang. Solved. You’re amazing
Forum: Plugins
In reply to: [Polylang] Language switcher –> redirect to the current page ?Hi,
Thanks !
Name theme : X –> https://theme.co/x/
I’m using a static front page and my 2 static pages (french/english) are translated to one another.To see the last version of my website with the X theme, you have to add this entry in your hosts file :
178.33.40.213 https://www.iraiser.euI confirm that Menu > Languages swicthers > Forces link to front page is unselected.
For example, when I type of the language switcher, this page https://www.iraiser.eu/partenaires/ should redirect to this page https://www.iraiser.eu/partners/ and for the moment it redirects to the homepage.
I don’t know how to do that.
Thanks in advance,