https://github.com/kirqe/formiqo
Kinda service for creating contact forms for static sites [retired]
https://github.com/kirqe/formiqo
contact contact-form forms forms-builder forms-generator jekyll ruby-on-rails
Last synced: about 1 year ago
JSON representation
Kinda service for creating contact forms for static sites [retired]
- Host: GitHub
- URL: https://github.com/kirqe/formiqo
- Owner: kirqe
- License: mit
- Created: 2017-07-24T21:34:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T17:43:16.000Z (over 8 years ago)
- Last Synced: 2025-01-14T03:10:50.472Z (over 1 year ago)
- Topics: contact, contact-form, forms, forms-builder, forms-generator, jekyll, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 3.89 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# formiqo
Forms solution for static sites.

[other screenshots](./demo_screenshots) /
[vimeo demo](https://vimeo.com/233673541)
## ENVs
add `config/application.yml`
```
secret_key:
secret_key_base:
# paypal
pp_mode: live
pp_client_id:
pp_client_secret:
# analitics
google:
# mailgun
mailgun_api_key:
mailgun_domain:
# other
reply_mailer_email:
# host
host:
# db
db_name:
db_username:
db_password:
# admin user seeds.rb
user_email:
user_password:
```
## Run locally
```
bundle
rake db:create
rake db:migrate
rake db:seed
```