I have a form where people can subscribe for a meeting. I want to display only the names of all participating people (automatically updated when a new one registers) on a WP page. (How) Can I do this?
I have a form where people can subscribe for a meeting. I want to display only the names of all participating people (automatically updated when a new one registers) on a WP page. (How) Can I do this?
I have created shortcodes in the past to do just this. Here are a couple of examples:
http://pastebin.com/FUF9HA6B
http://pastebin.com/kHpaHQvi
Either one of those could be adapted to your circumstances. The Gravity Help forum topic is listed at the top of each block of code.
Thanks, I'll check this!
Let us know if you need specific help with one of your forms and we'll help you out.