Application Form for phpfusion v7
I maintain a Lotro guild website, and recently we switched from SMF/Tinyportal to phpfusion. With SMF we had a specific forum, where applications for guild membership could be posted, phpfusion doesn’t have that option. I found a php script here thad did what I needed, however there was no captcha included, and I didn’t want the forum to be flooded
So I integrated reCaptcha to the form. To use this, you have to register (free) to reCaptcha, so you get the keys the API needs. You just need to upload recaptchalib.php then to your site to the includes directory.
What the script does, is taking some form fields from the applicant, and then posting it to a specific forum. You need to change variables in the header of the script, and somewhere below the public and private key for reCaptcha.
Download the script here: