I'm experimenting with the new custom templates feature.
It appears to work perfectly for single-element fields like web address, email, phone, etc.
But I'm having an issue with multiple-element fields, specifically the Name and Address advanced fields.
The individual fields show in the drop-list of the Custom Template, but selecting them does not place them in the body content.
For example, I changed the Name label to Contact Name. In the drop down two fields are shown:
Contact Name (First)
Contact Name (Last)
But selecting them has no effect.
I note that GF inserts a code, as in: '{Business Phone:4}'
Looking at the source code while in the From Editor I noted that the option values were nicely placed along side the drop down names:
'{Contact Name (First):2.3}
{Contact Name (Last):2.6}'
Manually inserting these into the body field worked perfectly.
This also worked with the Address block, with '{Business Address (Street Address):6.1}' and so on.
Is there a way to determine the proper values without going through the source code?
I am loving the new functionality!