-
- [x] how can I add the actual label to `showif: os == 4`? instead I want to do something like this: `showif: os == os$choice[os$label == "Linux]"`
- [x] is it possible to add multiple CSS classes? t…
-
The page https://formr.org/admin/account/register does not seem to offer the possibility to register.
I tried to use different web browsers, but to no avail.
I only see a frame with no input box for…
-
When trying to create a new run on formr.org I get a 422 Error: Disk full.
Runs - Create new run ...
thanks!
Michael
-
Fatal error when running build.sh
Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'formr_db.survey_users' doesn't exist in /formr/application/DB.php:25…
-
Currently if I have a tag and try to change it with `x` if I made a typo, it does not update the closing tag.
example (cursor: `|`)
```html
```
pressing `x` results in
```html
|
`…
-
Update (relevant information):
1. Meanwhile, I can access my formr account and create a survey from R, which indicates that the connection is correct.
2. More importantly, when I manually download t…
-
This might allow cross-sections to be designed here and 'plugged in' to other apps (such as a future iteration of Formr http://stroadtoboulevard.tumblr.com/formr)
I suppose this might be implemented …
-
Getting an **Fehler: Aesthetics must be either length 1 or the same as the data (1): x** on running the example code from: https://rdrr.io/github/rubenarslan/formr/man/qplot_on_normal.html
My Code:…
-
After successfully getting connected to my `formr` account using this approach
and trying to fetch the responses with:
```
survey_data
-
We are using ocpu with formr on our own setup to run experiments. I am about to lose my mind trying to figure out this R Child Process has Died error. I've tried increasing limits as per other issues,…