share-meals / food-guide-toolkit-website

MIT License
2 stars 0 forks source link

Contact Form (widgets?) #9

Open jonathan-chin opened 2 years ago

jonathan-chin commented 2 years ago

if we want things like contact forms across the site, we have two options:

  1. provide a widget ecosystem that anyone who's logged into Strapi can use and arbitrarily insert into pages. this is akin to shortcodes in Wordpress.
  2. code any pages that need a contact form our selves and treat them specially.