Contact form 7 will read all form fields into the form (by name) and subsequently place in the email if you call them by name. Just surround the field name with [ ].
If you do this in your HTML (as long as this code is appearing within the CF7 Form on the actual page.
<input id="CF7MapLocationHidden" type="hidden" name="my-field" value="5;39.751123,10.349121">
And then in your email tab on the Contact Form put:
[my-field]
It will send in your email.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…