Hi,
I have been trying to use an API to interface CF5 to Salesforce. I successfully authenticate and retrieve data using curl in custom code, but I get a 403 error when saving the form - however if I save a second time it works.
And when I test the form the code works - I can see successful results in a Debugger - but when I try to submit the form (with nothing in the submit event except a display message) I get an error 403 again.
My Joomla install is standard, so I tried turning off the Error reporting in the Global configuration however that made no difference.
If I take out the API custom code the form works.
So I am confused. I don't understand why the save doesn't work every time, and - since the API code works - I don't know why a simple url like:
http://www.mysite.org/index.php?option=com_chronoforms5&chronoform=testrest&event=submit
will give a 403. I am a logged in administrator of this site😟
Any ideas gratefully accepted.
Cheers
Tim
I have been trying to use an API to interface CF5 to Salesforce. I successfully authenticate and retrieve data using curl in custom code, but I get a 403 error when saving the form - however if I save a second time it works.
And when I test the form the code works - I can see successful results in a Debugger - but when I try to submit the form (with nothing in the submit event except a display message) I get an error 403 again.
My Joomla install is standard, so I tried turning off the Error reporting in the Global configuration however that made no difference.
If I take out the API custom code the form works.
So I am confused. I don't understand why the save doesn't work every time, and - since the API code works - I don't know why a simple url like:
http://www.mysite.org/index.php?option=com_chronoforms5&chronoform=testrest&event=submit
will give a 403. I am a logged in administrator of this site😟
Any ideas gratefully accepted.
Cheers
Tim