I am using a shadowbox to display a form, CURL to submit data to sugarcrm, and a Redirect onsubmit. The issue i am having is getting the shadowbox to close OnSubmit and redirect. Ideas how this can be achieved?
You will need JS for that, maybe you can try the iFrame submit action, write a simple function to redirect the web page after your get the response, you can redirect using JS with this code:
Regards,
Max
window.location = "URL here";
Regards,
Max
This topic is locked and no more replies can be posted.