View previous topic :: View next topic |
Author |
Message |
mel150
Joined: 11 Jun 2008 Posts: 15
|
Posted: Thu Mar 26, 2015 6:31 am Post subject: There is an error with the identifying credentials |
|
|
Hi,
I have added the new form location under edit the form, but I'm getting this error: There is an error with the identifying credentials for the form you are trying to submit.
The form is at http://dev2.magickitchen.com/catalog.html, could you check it?
I cannot use tables, so am using a bootstrap form, but I have included all the variables. This worked on http://dev2.magickitchen.com/contact.html
Thanks for any and all help! |
|
Back to top |
|
|
mel150
Joined: 11 Jun 2008 Posts: 15
|
Posted: Thu Mar 26, 2015 6:36 am Post subject: Never mind, I figured it out! |
|
|
Thanks, I was missing:
<input name="user" type="hidden" id="user" value="xxx" />
<input name="formid" type="hidden" id="formid" value="xxx" />
<input name="subject" type="hidden" id="subject" value="xxx" /> |
|
Back to top |
|
|
|