Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| <html> | |
| <head> | |
| <title>Lead Capture Form</title> | |
| <script type="text/javascript"> | |
| function checkSubmit() { | |
| // Please enter all ID's of your Multi-Select-Fields into this array. | |
| multiPicklistFields = new Array("pb__InterestPurchaseUnitType__c"); | |
| // Enter the name of your form here. DEFAULT: web2prospect |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.