adding form shortcode

This commit is contained in:
Chris Cochrun 2022-10-27 05:44:44 -05:00
parent fddb85008b
commit c53b23aaf8
4 changed files with 19 additions and 2 deletions

View file

@ -8,7 +8,6 @@ menu: main
--- ---
This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service. This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service.
{{< form-contact action="https://example.com" >}} {{< form-contact action="https://example.com" >}}

11
content/mt-form.md Normal file
View file

@ -0,0 +1,11 @@
---
title: Mission Trip Form
featured_image: ''
omit_header_text: true
description: We'd love to hear from you
type: page
menu: main
---
{{< mt-form >}}

View file

@ -3,6 +3,6 @@ title: "Brian"
date: 2022-10-25T14:00:50-05:00 date: 2022-10-25T14:00:50-05:00
tags: ['staff'] tags: ['staff']
featured_image: "img/brain.jpg" featured_image: "img/brain.jpg"
description: "As a teenager Brian..." description: "Executive Director"
--- ---
As a teenager Brian was a part of the Golden Plains Youth For Christ ministry at Northern Valley and he participated in events like Bible quizzing and monthly rallies. During his high school years he was also a part of the first mission trip teams and attended some of the first years of TFC Camp. In 2010 God called Brian back to Phillipsburg to become the Executive Director for the ministry now called Teens For Christ Connection. God is doing some great things within TFC and he continues to lead us forward into the future as we strive to do whatever it takes to help teenagers become fully devoted followers of Jesus. Brians wife Julie is the Office Manager for TFC and she does a great job keeping all of the finances in order. Brian and Julie also help lead the Phillipsburg TFC groups and they are the proud parents of Nathan and Natalie. As a teenager Brian was a part of the Golden Plains Youth For Christ ministry at Northern Valley and he participated in events like Bible quizzing and monthly rallies. During his high school years he was also a part of the first mission trip teams and attended some of the first years of TFC Camp. In 2010 God called Brian back to Phillipsburg to become the Executive Director for the ministry now called Teens For Christ Connection. God is doing some great things within TFC and he continues to lead us forward into the future as we strive to do whatever it takes to help teenagers become fully devoted followers of Jesus. Brians wife Julie is the Office Manager for TFC and she does a great job keeping all of the finances in order. Brian and Julie also help lead the Phillipsburg TFC groups and they are the proud parents of Nathan and Natalie.

View file

@ -0,0 +1,7 @@
<iframe
class="mt-form"
src="https://tbl.tfcconnection.org/dashboard/#/nc/form/771dc7dc-9a82-49e4-abfe-0fd7b72281f2?embed"
frameborder="0"
width="100%"
height="800"
style="background: transparent; border: 1px solid #ddd"></iframe>