When a user is filling out an internal form inside Infusionsoft, and they are populating a date field, the system shows a calendar picker. However, if we place a Date type field on a web form, the contact must enter the date in a specific format, otherwise it doesn’t properly capture the information. This hack uses a simple piece of JavaScript to add a calendar picker to Date type fields on a web form or landing page.
Tag: Web Form
Infusionsoft Cookbook – Chapter 10.4 – Conditional Thank You Pages Based On Custom Field Values
When campaign builder was introduced, it provided the ability to use merge fields on the form’s thank you page. This hack uses a simple piece of JavaScript to pull information from a customer merge field and redirect based on the fixed possible values.