Jump to content

Connecting Wordpress form to WHMCS (new clients etc)


theviewer1985

Recommended Posts

Hi there,

So i would like to have a form on my wordpress site that is connected to WHMCS in some way. Primarily so that when someone fills it out, it auto creates them their profile on WHMCS. 

I know gravity forms connects via Zapier which works fine, but i don't like the idea of paying Zapier $20 per month just to use that one "Zap".

The reason i want it on wordpress rather than forwarding people to my WHMCS installation to create a profile, is because i have more control over Wordpress styling and can make the form look SLICK!

 

Thanks

Link to comment
Share on other sites

You could potentially create the form at WP with a form plugin and post to the register.php file at whmcs making sure to match up the form field ids to that on the registration page.  Just check the source of the register.php page, use inspect element, or an extension like firebug.  Only thing that would be of concern is if WHMCS expects a form / CSRF token to be present and valid and this case it would not be.   The login form doesn't seem to and so no reason the register form would. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated