In the email is easy. You can use merge tags for each field, and just add them together, like this:
{Month:7} {Day:8}, {Year:10}
That is if your fields are titled Month, Day and Year and they are fields 7, 8 and 9. You can use the drop down for merge tags to ensure they are inserted accurately.
In the back end, entry view, there is no easy way. You could combine them all using the gform_pre_submission filter, and insert that value into a hidden field , if you need to.
http://www.gravityhelp.com/documentation/page/Gform_pre_submission
Posted 11 years ago on Thursday December 20, 2012 |
Permalink