theviewer1985 Posted April 11, 2019 Share Posted April 11, 2019 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 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted April 11, 2019 Share Posted April 11, 2019 Do you want just registration, like on the whmcs register.php page, or a complete order form? 1 Quote Link to comment Share on other sites More sharing options...
theviewer1985 Posted April 11, 2019 Author Share Posted April 11, 2019 Just a registration form... The order form will probably be too complicated to be worthwhile - especially as I nearly always do the order on my customer's behalf anyway. 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted April 11, 2019 Share Posted April 11, 2019 1 hour ago, theviewer1985 said: Just a registration form... Create your registration form on WP without worrying about anything then fire AddClient. Alternatively get rid of WP and just use WHMCS. 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted April 11, 2019 Share Posted April 11, 2019 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.