Home > Technical & Creative Skills > Programming, Servers & Scripts

Lead capture forms question (4)


06-03-2020 11:49 PM #1 embrgroup (Member)
Lead capture forms question

Hey guys,

Im currently using gravity forms to capture leads. Great tool, can capture what i need, condition logic and also webhooks which is a bonus of capturing the lead and sending to my CRM.

However I've notice that ive got Ajax enable on the form when transitioning between steps there is a good 0.5-1 sec load to store the values. You can imagine that speed is a factor, and overtime with a 4 step form, is can start to be a pain.

So im looking for what people are using in the community to capture their leads. Using wordpress, but im open to using non wordpress plugins and can insert a JS form. I guess im looking for a good robust framework with webhook abilities etc.

Thanks


06-04-2020 12:54 AM #2 jeremie (Moderator)

Quote Originally Posted by embrgroup View Post
However I've notice that ive got Ajax enable on the form when transitioning between steps there is a good 0.5-1 sec load to store the values. You can imagine that speed is a factor, and overtime with a 4 step form, is can start to be a pain.
That is because the form is not properly designed. You could store the values while showing the next steps to the user, or store all values at the end.

Check https://unbounce.com/


06-04-2020 01:31 AM #3 embrgroup (Member)

Thanks Jeremie,

Any other suggestions for forms? not really looking into a hosted solution like unbounce. Looking for something where i can take the framework of code and add it to my existing site which is my own web server.


06-04-2020 02:03 AM #4 jeremie (Moderator)

Look at plugins on CodeCanyon:
https://codecanyon.net/tags/form?sor...0multi%20steps

Scripts with PHP to manage the webhooks on the backend.


Home > Technical & Creative Skills > Programming, Servers & Scripts