Adding Gravity Form Merge Field Modifiers

Gravity Forms does all kinds of nice things with merge fields. These mail-merge-like chunks make it really easy to create content, send custom messages, or redirect people using the data submitted via forms. When your plain data doesn’t do what you need, there are a number of useful built in modifiers. I’ve mainly used the […]

Read More… from Adding Gravity Form Merge Field Modifiers

Gravity Forms to Events Calendar Pro

A screenshot of the advanced post creation dashboard with elements numbered 1 through 5.

I did some work making Gravity Forms create Events Calendar events back in 2017. Things have gotten easier with the Gravity Forms Advanced Post Creation plugin. I used this on the Anti-Racism site and forgot to document it. First set up your form so it gets you the data you need. You’ll need something like […]

Read More… from Gravity Forms to Events Calendar Pro

Changing the Order of Fields on Gravity Forms Mobile View

This is one of those odd needs that maybe no one will ever have but I think it’s worth documenting because you can do it. Seeing possibilities helps change how you think. While this scenario might be unique, you might have a different odd need that’s close enough that this inspires some different thoughts around […]

Read More… from Changing the Order of Fields on Gravity Forms Mobile View

Customizing Your Gravity Forms to Slack Message

A screenshot of the message generated by the markdown.

Gravity Forms has a great Slack addon that lets you push content from form submissions into Slack. I like it because you can centralize conversations in Slack while guiding submissions from people outside your organization. I’ve used it mainly for support requests. Slack is an easy place to discuss the submission (doing this via email […]

Read More… from Customizing Your Gravity Forms to Slack Message

Add an RSS Feed to Feed WordPress through Gravity Forms

Jim asked about a way to add feeds to Feed WordPress via Gravity Forms. I remember Martha did it for the OG version of DS106 but I couldn’t find the code. That led to me going through Alan’s Feed WordPress 101 and some nostalgia. Alas. After shaking off my longing for yesteryear, I figured I’d […]

Read More… from Add an RSS Feed to Feed WordPress through Gravity Forms

Fancy Gravity Forms Site Creation with Teams

This is an odd one but I think worth writing down so I don’t forget and because it walks me through some patterns that are useful in both Gravity Forms and WordPress Multisite. You can see the whole thing here. The goal was to allow students to sign up and create profile posts on a […]

Read More… from Fancy Gravity Forms Site Creation with Teams

Monthly Reporting, A Gravity Forms to Google Forms Love Story

Well not really but I’ll explain it anyway. Gravity to Google There are a number of plugins that tie Gravity Forms to Google Sheets but most (all?) of them rely on the ability to create an application to get authentication tokens. Many institutional accounts turn off that capability. VCU has turned that off. As a […]

Read More… from Monthly Reporting, A Gravity Forms to Google Forms Love Story

Voting in Gravity Forms

cartoon face eating cheetos.

This is one of those unique needs but with base elements that are likely to be useful in other scenarios. It looks at the logical operators in Gravity Forms which require no programming knowledge, looks at using cookies to discourage more than one entry, and finally moves to using the API to display data. That’s […]

Read More… from Voting in Gravity Forms

Rich Text Gravity Forms Field with Media Upload and Oembed

cartoon face eating cheetos.

Gravity Forms lets you turn on the media library button for the rich text editor fields but you have to do it via php. More stuff on your editor options is here. If you leave things that way, it’s nice but if you cut/paste a YouTube URL it comes in as a link rather than […]

Read More… from Rich Text Gravity Forms Field with Media Upload and Oembed