Hidden field is not working by using slug
TimNilimaa opened this issue · comments
Tim אבי סוורד Nilimaa-Svärd commented
What's this issue about?
Slug is not populating hidden fields in a form
Expected behavior
The hidden field would be populated with the data provided using the slug
Actual behavior
The hidden field does not contain any data
Steps to reproduce
- Create new environment by cloning git repo
- run docker-compose up
- login using root/root
- Create form with a hidden field
- Configure a slug for the hidden field (such as foo)
- Add a text field
- Configure a slug for the text field (such as bar)
- Save
- Submit a form using latest Edge browser or latest Chrome browser, make sure to add some data to the fields using the slugs using ?foo=bar&bar=foo
Environment
docker images using docker compose. v1.0.3
vikram-ray commented
Hi all, Any update on this?