Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial and slow page load when specifying the return URL #35

Open
tedgeving opened this issue Aug 21, 2015 · 3 comments
Open

Partial and slow page load when specifying the return URL #35

tedgeving opened this issue Aug 21, 2015 · 3 comments
Assignees
Milestone

Comments

@tedgeving
Copy link

After submitting a lead, the page that has the form embedded on it will partially load before redirecting to the specified Return/Thank You URL. This happens intermittently, which leads me to believe that it might be due to a slow response time from SFDC.

Have you seen this behavior before? Any ideas as to how to prevent this from happening?
Thanks

@nciske nciske added this to the Wish List milestone Sep 23, 2015
@nciske nciske self-assigned this Sep 23, 2015
@nciske
Copy link
Collaborator

nciske commented Sep 23, 2015

It's unlikely related to the API response time. The plugin currently uses a Javascript redirect (which while suboptimal, was practical at the time). Moving to a true redirect would require a significant reworking of form processing. It's a planned enhancement for sure.

I rarely never see the page load, as the Javascript executes as soon as it's written to the page, but where your form is on page would affect that.

@tedgeving
Copy link
Author

Hi Nick, thanks for the response. Turns out that the submission process was really slow on the shared servers that the site was hosted on for development. Now that the site is hosted on a better server (WP Engine), the forms are being submitted in a reasonable amount of time. Thanks for writing this plugin, it's way easier to use than writing 'gform_after_submission' hooks to handle post submit actions.

@nciske nciske modified the milestones: 3.1, Wish List Nov 25, 2015
@nciske
Copy link
Collaborator

nciske commented Nov 25, 2015

Real redirects (via PHOP/HTTP Headers) is scheduled for 3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants