Help!!! (Infusion & Optimizepress Issue)

4 replies
Hey all,

Hoping someone can help. I'm using a web form from Infusionsoft which runs the action to create an order as a one click upsell and it works fine when the person is coming from the original URL.

On that original URL, I activated the exit redirect script in OptimizePress which takes the person to a downsell page. If the person chooses to take the downsell they are then offered the upsell that they would have seen had they taken the original offer without trying to exit. This ensures that everyone sees the upsell including the people who took the downsell.

The issue is that for some reason, when people are redirected, the contact info is being lost so the orders are coming in but I don't know who they belong to. I can only see the IP adress and basically that's how I'm processing upsell orders that come from the downsell offer. I'm matching the IP to the original order which is a real hassle.

I'm pretty sure this is a redirect related issue as I have have my Infusion web forms set up correctly and have tried both the HTML and Java versions with no luck.

I have talked to 10 different people at infusionsoft who have all reviewed the web forms to make sure they are set up properly (and they confirmed that they are) and still no one can solve this problem.

Again, this only happens when they go through the redirect process.

If instead they take the initial offer (without trying to exit) and then take the upsell offer by submitting the form, all the info comes through and the order is processed correctly.

Hoping someone can help.

Thanks

Paul
#infusion #issue #optimizepress
  • Profile picture of the author ALicenseToCode
    I'm not familiar with your particular plugins but it sounds like you're losing the POST data from the user at some point on your pipeline, if a user POST's a form to a page and you don't save the POST data into a database somewhere, when you redirect them away from that page all that information is lost.

    So if you're doing your downsell and after they submit the order form they are redirected (Via php, 301, or javascript) to a NEW page then all the information they submitted is lost if you did not save it on your end. So what you need to check is the processing that is happening on your downsell form and where the information they entered is going to after they use it.
    {{ DiscussionBoard.errors[6757496].message }}
    • Profile picture of the author JustinTurpin
      There are web developer tools for Firefox (firebug) and Chrome has built in tools (press F12) that you can use to view the POST information and spot at which page transition you are losing your info.
      {{ DiscussionBoard.errors[6757827].message }}
  • Profile picture of the author JVManna
    I don't exactly know how OptimizePress works with Infusionsoft. If you can clarify specifics or email me a link, I'll be happy to take a look and help you.

    Just want to point out, we have a support forum for Infusionsoft users at Infusionsoft Community Forums to address topics like this. (I don't think all Warriors are necessarily Infusionsoft users.)

    Not sure if it's related, but we rate-limit Web Form submissions for security purposes per IP address.
    {{ DiscussionBoard.errors[6765192].message }}
  • Profile picture of the author J50
    I'd be happy to take a look at your problem and see if I can shed any light on the situation. You're welcome to PM me any time. My knowledge is in the OptimizePress side of things, so if that's where your problems is I should be able to help.

    Regards,

    Chris
    {{ DiscussionBoard.errors[6776517].message }}

Trending Topics