I want to provide a link on our public website that will allow non registered visitors the ability to contact me if they wish additional information about our Pack. What is the best way to do this?
We embed a Google Form in our TroopTrack page to allow new recruits to sign up. We’re in the process of creating a “contact us” page using this same mechanism. You can view what we’ve done here: https://pack1455.trooptrack.com/share/pages/32555
The source of that page is:
<div style="position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 2000px;
overflow: hidden;">
<iframe style="position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;" src="https://docs.google.com/forms/d/e/YOUR_FORM_ID_HERE/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
There’s also email notifications you can set up, so you’ll receive an email whenever someone completes a form.