Hi,
**TL;DR:**
**1. Build non-profit Equine/Horse registry site to help horse owners during natural disasters (Hurricanes)**
**2. Need users to be able to register and add multiple horses along with editing their profile to add additional horses. Possibly with an cost for each horse that is registered.**
**3. The ability to sort/filter that registry so it can be easily printed and sent out to field teams during disasters.**
More Details:
I had a client approach me to build an online registry for a 501c3 company which would help people who own horses during natural disasters. It will basically be a fund to assist them during hurricanes or other events where many resources are directed towards humans (naturally).
He wants to have the ability for horse owners to be able to register their animals on the site along with some more specific details (breed, age etc…) of each horse they own. He also needs the address of the owner as well as the actual animals.
On top of that once they have this registry there needs to be a quick and efficient way to print out the information when it’s needed. Specifically being able to print out all the demographics for the animals in a specific region or by some other factor (age?, breed? etc.).
Thanks for any help you can provide!
[ad_2]
You’ll want a membership plugin (e.g. MemberPress, Ultimate Member).
You’ll also need to setup a custom post type called “horse” (you can use a plugin called CPT UI). You create fields in that post type with ACF.
To allow users to submit horses, there’s a plugin called User Submitted Posts.
This plugin also looks like it might be helpful
Then, to get the horse data published, you’re probably going to need to create a custom template for that.