More abstract contact from
Same effect as for Contact
Click or tap on this line to show or hide markdown source file at ./site-1/contact2.md, including usage notes
---
title: Contact 2
contact_unsubnews_internaltarget:
required: email
title: UNSUBSCRIBE FROM NEWSLETTER
contact_subnews:
target: subnewsResponse
name: Your Name(s)
required: name email
title: SUBSCRIBE TO NEWSLETTER
contact_email:
target: contactResponse
required: name email message
title: SEND MESSAGE
eleventyComputed:
formurl:
nohtmxheaders: '{{ site.nohtmxheaders }}'
nohtmx: '{{ site.nohtmx }}'
formpath: '{{ site.formpath }}'
corsurl: '{{ site.corsurl }}'
corsprod: '{{ site.corsprod }}'
prod: '{{ site.prod }}'
eleventyNavigation:
order: '{{ navorder }}'
title: '{{ title | slice: 0, 16}}'
key: "{{ title | downcase | remove: ' ' }}"
summary: More abstract contact from
navorder: 3
---
# {{ summary }}
Same effect as for [Contact](/contact)
<!-- Delete next line to stop offering to show source code -->
{% include 'forms/source' %}
***
{% include 'forms/render-contact' contact:contact_email %}
<div id="{{contact_email.target}}"></div>
***
{% include 'forms/render-contact' contact:contact_subnews %}
<div id="{{contact_subnews.target}}"></div>
***
{% include 'forms/render-contact' contact:contact_unsubnews_internaltarget %}