i’m trying to submit to a php form processing page which requires some variables:
CustomFields[1] (address 1)
CustomFields[3] (city)
CustomFields[5] (country)
CustomFields[8] (first name)
CustomFields[9] (last name)
CustomFields[7] ((phone)
CustomFields[4] (state/province)
CustomFields[6] (zip)
I’m guessing that there’s no way to have ‘CustomFields[1]’ as an actual variable name within flash since it conflicts with array syntax…
any way to fool flash??? otherwise i guess i’m going to have to send to a page which renames the vars and then sends to actual php page.