After someone fills out a form on my site (using gravity forms) is there any known integration/widget that would allow me to have an "Add this event to my Outlook Calendar" link in the submission email/text?
Thanks
|
After someone fills out a form on my site (using gravity forms) is there any known integration/widget that would allow me to have an "Add this event to my Outlook Calendar" link in the submission email/text? Thanks |
|||
|
|
|
I am not aware of any special plugin to do that , there are many that have this functionality , but only when using as a whole event system (and not specific to gravity forms as far as i know). But - fortunately , it is fairly easy to make with PHP : you just have to construct a simple string.
of course , you will populate the fields with whatever you want , for example :
and in the string :
or
you can even use GET or POST
see specs for format here : http://www.kanzaki.com/docs/ical/ |
|||||||||||
|