Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T17:43:16.000Z (over 7 years ago)
- Last Synced: 2024-11-14T10:17:16.064Z (2 months 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.
![](./demo_screenshots/messages_list.png)
[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
```