Gravity Forms

Filling a Gravity Forms Field with Today’s Date

Use the merge tag {today} in a field to output today’s current date on a form. See the example of the One Wealth Management Risk Tolerance Assessment form here: The {today} merge tag’s default output is the current date, but with the addition of the :format merge tag modifier, you can output the current time in various formats. Full […]

Adding a Gravity Form to a page with Shortcode

This is the code to input: [gravityform id=”10″ title=”false” description=”false” ajax=”true”] Replace the “10” with the ID for your specific Gravity Form.

Passing variables in a link

This article explains how to create a link for email that passes variables along from one program to another. For instance, if you want to send a link via text that allows a user to go to a firm with the information we have on their account already prefilled, you would use this method. This […]