ohmyform / ohmyform

✏️ Free open source alternative to TypeForm, TellForm, or Google Forms ⛺

Home Page:https://ohmyform.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hidden field is not working by using slug

TimNilimaa opened this issue · comments

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

  1. Create new environment by cloning git repo
  2. run docker-compose up
  3. login using root/root
  4. Create form with a hidden field
  5. Configure a slug for the hidden field (such as foo)
  6. Add a text field
  7. Configure a slug for the text field (such as bar)
  8. Save
  9. 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

Hi all, Any update on this?