-
Notifications
You must be signed in to change notification settings - Fork 1
Volunteer
Daniel Andrade edited this page Mar 27, 2020
·
2 revisions
- Activate the Contact Form 7 plugin
- Go to Contact in your admin panel
- Create a new form with the name "Volunteer Form"
- Copy and paste the following code in the Form tab
<label> Volunteering for:
[select* menu-578 class:volunteer-projects placeholder ""] </label>
<label>
[text* your-name placeholder "Your first name"] </label>
<label>
[text* your-last-name placeholder "Your last name"] </label>
<label>
[email* your-email placeholder "E-mail"] </label>
<label>
[tel tel-175 placeholder "Phone Number (Optional)"] </label>
<label> Want to tell us anything?
[textarea your-message] </label>
[submit "Submit"]
- Click "Save"
- Go to the Mail tab
- Change the "To" field to the e-mail address that will receive the applications
- Click "Save"
- At the top of the page there is a code that you will use it when you area creating the "Volunteer" page. Keep that in mind.
- Go the Pages in your admin area
- Create a new page with the slug "volunteer". This is very important because we have dependencies with this name.
- Add your title and your content.
- Add the Contact Form 7 code, after your content.
In out form the user redirected for a success page when they successfully send a volunteer application. That's why we need to create this page too.
- Go the Pages in your admin area
- Create a new page with the slug "success". This is very important because we have dependencies with this name.
- Add your title and your content.
- Add a featured image. This image will be display as background image in the success page.
Home
Custom Posts
Pages
Widgets and Menus