eforms_v01
eForms
Simple forms creation and follow ups
Screenshots
Login
Dashboard
Forms
Forms creation
Forms Widgets
Installation
Crystal version 0.34.0
Install shards
shards install
Compile
crystal build src/eforms.cr --release
ENV
.env
file must have your own values
ROOT_PATH=/Users/luis/Desktop/Code/Crystal/apps
DATABASE_PATH=/Users/luis/Desktop/Code/Crystal/apps/eforms/db/dialercr.db
PUBLIC_PATH=/Users/luis/Desktop/Code/Crystal/apps/eforms/public
PORT=3000
Usage
Widgets
When creating a widget
html file to upload use the following template to customize your own widgets
<fieldset>
<legend>Datos de vivienda</legend>
<div data-row-span="2">
<div data-field-span="1">
<label>Direccion calle y numero</label>
<input id="txt_direccion" type="text">
</div>
<div data-field-span="1">
<label>Colonia</label>
<input id="txt_colonia" type="text">
</div>
</div>
<div data-row-span="4">
<div data-field-span="3">
<label>Direccion de ubicacion o señas particulares de domicilio</label>
<input id="txt_ubicacion_domicilio" type="text">
</div>
<div data-field-span="1">
<label>Ciudad</label>
<input id="txt_ciudad" type="text">
</div>
</div>
</fieldset>
Contributing
- Fork it (https://github.com/xtokio/eforms/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Luis Gomez - creator and maintainer
Repository
eforms_v01
Owner
Statistic
- 2
- 1
- 0
- 0
- 5
- over 2 years ago
- June 21, 2020
License
MIT License
Links
Synced at
Wed, 06 Nov 2024 12:54:09 GMT
Languages