2019-06-14 18:57:58 +02:00
# Framaforms for YunoHost
2020-06-03 01:58:54 +02:00
[![Integration level ](https://dash.yunohost.org/integration/framaforms.svg )](https://dash.yunohost.org/appci/app/framaforms) ![](https://ci-apps.yunohost.org/ci/badges/framaforms.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/framaforms.maintain.svg)
[![Install Framaforms with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=framaforms)
2019-06-14 18:57:58 +02:00
2020-06-03 01:58:54 +02:00
> *This package allows you to install Framaforms quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2019-06-14 18:57:58 +02:00
## Overview
2020-10-01 22:57:11 +02:00
Framaforms is an online forms and surveys service. Registered users are allowed to create forms, share them, collect and visualize results through a simple interface.
2020-10-01 23:03:05 +02:00
See this [article ](https://framablog.org/2016/10/05/framaforms-noffrez-plus-les-reponses-que-vous-collectez-a-google/ ) and this [interview ](https://framablog.org/2016/10/05/en-savoir-un-peu-plus-sur-le-projet-framaforms/ ) (in French) for further informations.
2019-06-14 18:57:58 +02:00
2020-12-18 11:20:01 +01:00
**Shipped version:** 1.0.3
2019-06-14 18:57:58 +02:00
2020-10-01 22:57:11 +02:00
## Screenshot
2019-06-14 18:57:58 +02:00
2020-10-01 22:57:11 +02:00
![Animation that present how to build a form with Framaforms ](https://framaforms.org/profiles/framaforms_org/files/imgforms/anim_creation.gif )
2019-06-14 18:57:58 +02:00
## Demo
* [Official demo ](https://framaforms.org/ )
## Configuration
2020-10-01 22:57:11 +02:00
You can modify some configurations using the Framaforms administration panel. You can log in with the admin user and the password you gave during installation.
2019-06-14 18:57:58 +02:00
## Documentation
* Official documentation: https://docs.framasoft.org/fr/framaforms/
2020-10-01 22:57:11 +02:00
* YunoHost documentation: https://yunohost.org/#/app_framaforms
2019-06-14 18:57:58 +02:00
## YunoHost specific features
2020-06-03 01:58:54 +02:00
#### Multi-user support
2019-06-14 18:57:58 +02:00
2020-10-07 11:45:41 +02:00
Are LDAP and HTTP auth supported? **Only LDAP**
Can the app be used by multiple users? **Yes**
2019-06-14 18:57:58 +02:00
#### Supported architectures
2020-06-03 01:58:54 +02:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/framaforms%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/framaforms/)
2019-06-14 18:57:58 +02:00
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/framaforms%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/framaforms/)
## Limitations
* Any known limitations.
## Additional information
2020-06-03 01:58:54 +02:00
* Other info you would like to add about this app.
2019-06-14 18:57:58 +02:00
## Links
* Report a bug: https://github.com/YunoHost-Apps/framaforms_ynh/issues
* App website: https://framaforms.org/
* Upstream app repository: https://framagit.org/framasoft/framaforms
* YunoHost website: https://yunohost.org/
---
2020-10-01 22:21:56 +02:00
## Developer info
2019-06-14 18:57:58 +02:00
2020-06-03 01:58:54 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/framaforms_ynh/tree/testing ).
2019-06-14 18:57:58 +02:00
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/framaforms_ynh/tree/testing --debug
or
sudo yunohost app upgrade framaforms -u https://github.com/YunoHost-Apps/framaforms_ynh/tree/testing --debug
```