Need a php script to by pass gotomeeting registration

by 5 replies
7
Hi,

I have a problem. I do webinars and I use gotomeeting.

I send people to my squeeze page which has a Get Response code. After some one signs up to my opt-in, they have to signup again with gotomeeting to register for the seminar. I am loosing customers with this double signup thing.

I found a solution... Webinar Optin: Signup prospects and subscribers to your webinars with a single click, it's GoToWebinar auto registration! but they are charging $100. it is definitely worth the money but I'm running low on my budget. just wondering if someone can write a simple script that I can add to take care of this problem for a cheaper price.

thanks
SA
#programming #gotomeeting #pass #php #registration #script
  • Looks like they gave away the secret in the images, they are using javascript to populate both forms, when your optin is submit there is a hook into your form which gets updated by ajax, and then it sends the information to goto meeting or whatever. At least that's how i'd do it ... (maybe, theres that whole cross domain thing to worry about .. )
    • [1] reply
    • You would probably run into the cross site scripting error. I've tried similar solutions but I am usually thwarted by the xss browser protection. What I would do would be record the relevant info on your squeeze page then submit that info to gotomeeting's form submission page.

      But that's if I was programming it.
    • [1] reply
    • I've used this solution and it works.
      • [1] reply

Next Topics on Trending Feed