Skip to content
forked from kirqe/formiqo

Kinda service for creating forms for static sites

License

Notifications You must be signed in to change notification settings

validates/formiqo

 
 

Repository files navigation

formiqo

Forms solution for static sites.

other screenshots / vimeo demo

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

About

Kinda service for creating forms for static sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 57.4%
  • HTML 35.5%
  • JavaScript 3.2%
  • CSS 2.6%
  • Vue 1.3%