form v3.1.0 Release Notes

Release Date: 2018-02-04 // about 6 years ago
  • What was added

    • ➕ Added setting for string form value into interface{} values; previously they were ignored. thanks @Xzya for the issue

    Why only string and not int, float etc...?
    Because theres no way to tell what type the value should be; just because it CAN be parsed into an int, doesn't mean it should be for your application and so I have left it at setting strings.