I’m trying to create a complaints form for an e-commer site, and I’m thinking about using hidden fields to set order products information, the number of products could easily be around a 100 o more.
Is there a limit to the numer of hidden fields that can be used for a form?
Regards,
Carlos Bernal
Best answer by picsoung
Hi @Carlos Bernal
You are totally right, currently only numerical variables are supported. String variables should follow soon :)
as @Liz mentioned you can add as many hidden fields as you want, you would also be limited by the maximum size of an URL which is 2048 characters.
hi @Carlos Bernal , we don’t have a limit to hidden fields that I’m aware of, but it’s good to note that the longer the URL becomes, the higher the chance of the form taking a very long time to load. I don’t have a specific character number for when the loading slows down, but I’d just take that into account when adding the fields.