ServiceM8 Online booking form - tracking using 3rd party tag - servicem8

Is there any way I can fire a pixel/tag upon submission of Service M8's online booking form? Or re-direct to a specific page after submission of the online booking form?
This is mainly because we're wanting to track our Adwords/FB campaigns, but also would like the enquiries to be sent directly to ServiceM8's inbox.
Thanks,
Henry

There isn't any support for adjusting/injecting HTML into ServiceM8's online booking form.
You could either host a page which serves your tracking pixel and then redirects to the Online Booking form, or you could serve your tracking pixel on a page which includes the Online Booking form in an iframe.

Related

Is there an effective way to display Gmail correspondence using Node.js or React

I'm building a CRM that has individual contacts arrive through a contact page on the main website. Each contact needs to be emailed individually and the application will need to display the email correspondence. Essentially a client of Gmail.
I'm having a very difficult time tracking down a good starting point for this problem, and I was curious if any one else has given this a try, perhaps using the Gmail API.
Thanks!

Kentico 8.2 Newsletter Link and unsubscribe link

I have created a contact form under Forms with first name, last name, and email that is designed to sign up people for a newsletter. I then created a page so when people click on the link placed on the home page it takes them to a page with the contact form.
Right now when I test the subscribe form out, the data does to to the "back office" where it can be retrieved. However, the information I entered is still in the text fields and, unless you notice the small flash of the web page, one might think nothing happened.
I'd like to know how (or be directed to somewhere in the Kentico 8.2 Documentation) I can make it so that the fields clear and a message appears saying "You have been subscribed to the newsletter." That message can either appear on a separate page on the web site, or send a message to the user email, or both. In the Email Marketing part under the templates there are Subscribe and Unsubscribe templates, but I don't know how to use those.
The other issue is creating an Unsubscribe link. Ideally that will open up to a new page saying "You have been unsubscribed." Kentico 8.2 has an unsubscribe page you can create where the user enters in an email address and then hits the Unsubscribe Request button, but I'd rather not do that. As it stands, I did create a page with that form and tested it, but it doesn't seem to work.
When you edit your form, under general tab, there are settings for what will happen after the form is submitted:
Display Text
Redirect to URL
Clear Form
Continue Editing.
Currently you're using the standard Forms application for something which can be managed through the Newsletter/Email Campaign module. Read the documentation more on how to configure this vs. using the Forms application.
Essentially the steps you will do are:
Create your newsletter following the directions in the linked documentation.
Place a newsletter subscription webpart on your page template and configure it to the newsletter you want them to subscribe to.
Use the out of the box unsubscribe feature to allow users to unsubscribe to your newsletter. No need to add any page to the content tree but you can if you want OR just use the OOTB functionality.
If you follow the documentation you should be able to get it setup properly vs. using an online form.

DocuSign Up Sell Page

We are currently testing DocuSign in its Sandbox. Each time after an user signs a document, an up sell page will show up:
https://www.docusign.com/p/membernet/finish_signing_demo.php?__utma=60499768.4301863.1366206636.1366231833.1368732074.3&__utmb=60499768.8.10.1368732074&__utmc=60499768&__utmx=-&__utmz=60499768.1366206636.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)&__utmv=-&__utmk=242484613
Are we getting this page because we are in Sandbox? Will our clients see the similar page after we move to production?
Thanks,
That is the default behavior, you can change the landing pages for your workflow. See below
General landing pages (non-embedded/non-PowerForms)
https://support.docusign.com/guides/ndse-user-guide-configure-branding
Embedded / PowerForms
https://support.docusign.com/guides/cdse-powerforms-landing-pages-for-web-powerforms

How to instruct gmail tabbed view?

In the new Gmail tabbed view, I'm trying to send our company's newsletters but they keep getting filed under Promotions, when they should be categorized as Updates or Social (they are about relevant news of the day, similar to Linkedin Top News newsletter - nothing related to products and/or deals).
Is there any recommendation for instructing gmail on how to categorize incoming emails into the appropriate tabbed view?
I'm open to work on the content and/or template and/or headers.
I have been in correspondence with a product manager at Google about this.
The main hint he gave me is that we should be using a List-Id header in our email notifications.
He said they are working on a reporting mechanism as well, but I'd urge you to follow his advice and implement the List-Id.

Set field via URL

Is it possible to have a field in the current item be changed by clicking a URL? The field would be a choice field with predefined choices.
Such as if the item field is currently:
Status: 2
If a user clicks the link, the field would now be:
Status: 3
If not, is there any other way for a user to easily change a field in the current item without actually haveing to visit the item?
Thanks!
Not Out Of The Box (OOTB) - but you've a few options.
Write an ASPX page to do what you want
Use something like SPServices and javascript to update the list item via the web services.
Use the Client Object Model (2010 only)
By the way - changing stuff on a 'get' can be dangerous as you can do malicious things - for example imagine you have a page that deletes the users account without any prompting (exact example doesn't matter) - what if someone clicks on that link by mistake or even worse what about an email sent with an image with that page as source URL - simply viewing the email could delete the users account.
It's not possible by using a GET request, but SharePoint 2010 is offering a RESTful API to manage ListItems from any client
The REST API is located within the virtual WebServices folgder under each SharePoint Site.
http://YourSharePointSite/_vti_bin/ListData.svc.
To perform an update on SharePoint ListItems you have to create a PUT Request. For more information on SharePoints REST API you should have a look at this MSDN site, there are also a lot of samples linked from this article.
Thorsten

Resources