I have input fields in my form some of them are file inputs and select, in the formData they are not showing and I cant find where to add fieldName on the select and date inputs. They are all in the Form container.
Can you help me on the best way to submit the form?
Hi @stesi
For now, formData only supports native text inputs. Components won’t work well. What you can do pass the built-in variable of the component directly to your backend.
okay thank you! maybe you can tell me than how to upload the photo in this form, I created a variable for the photo but what is next?