I have renamed my form fields however it seems the file upload boxes are not getting renamed… I am using the Field Name[id:new_name] format but the upload fields are not changing.
Am I doing something wrong or is this not supported?
After reading my post I don't think I was very clear. I am trying to change the name of the upload box and its not changing however "Single Line of text" fields change.
Here is the syntax I used in the cformsII interface during field building:
Field NameType Your Name[id:name] Single Line of text Upload Image[id:image] File Upload Box
And here is the HTML output when I visit the page where the form lives:
Thanks for the response, I have the form posting to another custom database and the upload box is the only box that is not writing to the database.
If I look at the tracking database I see the name of the image that was uploaded. However when I look at the custom database the image field is empty and it seems that a field name field_name[] will not post because php think its an empty array (I am assuming).
I think if I can remove the [] from the field name everything would work perfectly.