I know it’s possible to add javascript into Gravity Forms confirmation, as I’m doing that with google’s lead conversion javascript. IE using something like this in the text on the confirmation:
I need redirect / login to another lead site on confirmation for another form.
Does anyone know how to do that or another way to accomplish this? Thank you in advance!
I can, but I don’t know how to get it to log in, so it lands on the redirect page, but doesn’t log into it to send the data to it. It’s beyond my brain knowledge, it has to send this and send this to send the form data to the lead company.
I don’t think you want to redirect the visitor then, you just want to send the data there. The Webhooks add-on can do that, or you could use this third party solution:
Or you can use some custom code using the gform_after_submission hook:
Who do you pay to do a custom URL redirection java hook customization to a form?
It works and connects fine html to the lead provider’s PHP but I don’t know java.