May 16th, 2011, 2:38 AM
Hi Ozzy,
Sorry for the wait. The 101 error means that the form ID you're passing it the ID of an existing form - one that's already been configured via the Form Tools interface. Often, I find I just copy & paste code from another form and accidentally cause this error.
The other possibility is that you started a form using the old form ID, then updated it in your code, but then the sessions were already created so when you put through a submission it had the old form ID in memory. For that, an easy trick it to either use a different browser (sessions won't be created in that browser) or visit your thankyou page. That page should be set to empty your sessions.
Good luck!
- Ben
Sorry for the wait. The 101 error means that the form ID you're passing it the ID of an existing form - one that's already been configured via the Form Tools interface. Often, I find I just copy & paste code from another form and accidentally cause this error.
The other possibility is that you started a form using the old form ID, then updated it in your code, but then the sessions were already created so when you put through a submission it had the old form ID in memory. For that, an easy trick it to either use a different browser (sessions won't be created in that browser) or visit your thankyou page. That page should be set to empty your sessions.
Good luck!
- Ben