We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
Only today, we noticed two things one is email deals and another is the products carousel that shows on the Gmail mobile app, so we found out Gmail Email annotations bring email messages in the Promotions tab to life with features such as images, deals, and expiration dates. So we started to dig more and [...]
We were working with an email marketing client who was sending an event signup email to prospects and that needed to include dynamic links and content by passing the URL and the prospects' emails. We tested multiple third-party add calendar event tools but they don't provide support for dynamic content passing in the email link [...]
We developed a Marketo form administration tool so that we can update all forms in Marketo or delete fields from all forms in Marketo at once. We need to add extra UTM fields to all Marketo forms, so doing one by one was time-consuming, so we created this web application where we can add the [...]
We write a simple Javascript custom email validation that allows only company emails and it was implemented on Unbounce landing pages. We use pattern, oninvalid and onchange attributes. We set regex (^[a-zA-Z0-9.%+-]+@(?!gmail.com)(?!yahoo.com)(?!hotmail.com)(?!yahoo.co.in)(?!aol.com)(?!live.com)(?!outlook.com)[a-zA-Z0-9-]+.[a-zA-Z0-9-.]{2,61}$) to validate the email pattern and set the custom validity message for oninvalid attribute with setCustomValidity() method of the HTMLObjectElement interface sets a [...]
We worked in Marketo JavaScript Marketo API where we have to export all forms and their fields from our Marketo database. With custom API extraction, we are able to export all Forms and their Fields from our Marketo database which we tested through the API which is shown in the attached images. Login into marketo.com [...]