I know how to pull a custom field via PHP (which is why I asked if Grunion could work via PHP).
But if I could pull a custom field within the Grunion shortcode, that would be an even better solution to my dilemma.
For example, this doesn't work:
[contact-form to="[field "property_contact_email"]"]
Thanks!
http://wordpress.org/extend/plugins/grunion-contact-form/
Does something like this exist ([contact-to [field "my_custom_field"] /]):
[contact-form] [contact-to [field "my_custom_field"] /] [contact-field label="Name" type="name" required="true" /] [contact-field label="Email" type="email" required="true" /] [contact-field label="Message" type="textarea" required="true" /] [/contact-form]
Instead of this ([contact-form to="email@address.com"]):
[contact-form to="email@address.com"] [contact-field label="Name" type="name" required="true" /] [contact-field label="Email" type="email" required="true" /] [contact-field label="Message" type="textarea" required="true" /] [/contact-form]
???
Thanks a lot!
I don't think it works with short codes. I had nearly the same question and received a little direction but still working on it.
Take a look at [Plugin: Formidable] Features?
Please let me know if you figure it out.