How to enhance your forms with asynchronous calls using AMPscript and plain JavaScript
This article explains how to use Javascript and AMPscript to extend the functionality of your forms by creating asynchronous calls towards Marketing Cloud pages.
This article explains how to use Javascript and AMPscript to extend the functionality of your forms by creating asynchronous calls towards Marketing Cloud pages.
This article explains how to use delimited strings to store more data within a single Data Extension record with AMPscript in Salesforce Marketing Cloud. Not a fan of reading? Jump to the code snippet. What’s a delimited string? A delimited string is a chain of characters where different pieces of information are separated by one special character. This […]
This article explains how to simplify your life by using the overly complicated Regular Expressions with AMPscript in Salesforce Marketing Cloud.
This article explains how to convert a regular Data Extension into a TriggeredSend Data Extension using server-side Javascript.
What if the form was completely generic? What if the only thing we needed was to provide the script with the name of the Data Extension and it would do all the rest?
This article explains how to create a link in an email message with an expiration date using AMPscript in Salesforce Marketing Cloud.
This article showcases the best and most useful bits of AMPscript and server-side Javascript in Salesforce Marketing Cloud.
This article explains how to clone a Data Extension and its records with server-side Javascript in Salesforce Marketing Cloud.
An expiration date is used to prevent the customers from accessing a Cloud page and redirect them to another URL. Unfortunately, Marketing Cloud doesn’t provide this feature out-of-the-box, but thanks to AMPscript and server-side Javascript, creating a seamless expiration date flow is somewhat easy.
Have you ever tried to insert AMPscript into a Free Form Content Block? Then you know for sure that they don’t like each other very much!