I am using the swift form class Eureka to to build my form. On button submit I get my fields using form.values(). This gives me the following
let formvalues = form.values()
print(formvalues)
["field1":Optional(20), "field2": Optional("")]
I am trying to post the field names/values