Contact form 7 to Zapier Webhook (JSON POST)

CF7FormSubmissiontoZapierJSONWebhook

Contents1 CF7 to Zapier Webhook implementation1.1 Create a new Webhook Zap Trigger1.2 Update your WordPress Functions.php File1.3 Testing the webhook1.4 What to do with the POST data? In this tutorial we will go through how to create a JSON POST request to a webhook endpoint using php CURL, in this particular ...

Read More »

Facebook Advertising – Star Ratings in Ads

Star Ratings in Facebook Ads

From April 24 to June 24, 2017, star ratings from selected Facebook business pages reviews and ratings section will appear below your business’s name in a small percentage of ads appearing in Newsfeed. Star ratings will only appear when the average star rating is 4 stars or higher and when ...

Read More »

Make Zendesk tickets look like real emails

make-zendesk-tickets-look-like-real-emails

In this short article we’re going to go through how to make Zendesk tickets look like real emails. This is by no means a fix, but a work around until Zendesk can implement HTML formatted comments without all the other jargon such as white spacing, company name, agent name and date/time. ...

Read More »

Contact form data inside Salesforce

Contact form data inside salesforce

Contents1 Count of form submissions1.1 How it is useful1.2 How to implement2 Last form submission date2.1 How it is useful2.2 How to implement2.2.1 Create the Contact/Lead field2.2.2 Create the Flow2.2.3 Create the Process3 Top forms being used4 Concluding Continuing on from the first part of how to get your form ...

Read More »

Contact form 7 Dynamic Attachments using custom upload field

cf7dynamicattachments

Contents1 CF7 Dynamic attachments implementation1.1 Create the custom field1.2 Update the functions.php file1.3 Update your CF7 mail output1.4 Concluding A large problem we have come across with CF7 is the use of dynamic attachments using only a single form. The problem is CF7 is limited to fairly static variables which ...

Read More »

Populate form fields from URL Variables using GTM

Populate form fields from URL Variables using GTM

Contents1 Update your form with field ID’s:2 Create URL Variables in GTM:3 Create Trigger in GTM:4 Create JavaScript Tag in GTM:5 Woopra Integration:6 Test out your form with URL variables: If your goal is to improve your visitor experience and increase conversion rates, then you will know that the less ...

Read More »

Implement Queue Using 2 Stacks in Java

Implement Queue Using 2 Stacks in Java

Today, we will look at how we can implement a Queue by using 2 Stacks in Java. Note that a Queue is an interface in Java and to correctly implement it fully according to the documentation, all of its method signatures must be overridden. In this case however, we are implementing ...

Read More »

Track YouTube video views in Woopra using GTM

Track YouTube video views in Woopra using GTM

Contents1 Create the Variables in GTM:1.1 Create the videoAction variable:1.2 Create the videoUrl variable:2 Create the Trigger in GTM:3 Create the Event tag in GTM:4 Create the Script tag in GTM:5 Update your schema in Woopra: In today’s Woopra tutorial we’re going to look at how to track YouTube video ...

Read More »