Contact Form 7 – Replace database configured form template with a static file

I answered this question on Stackoverflow, and reposting the answer here. We would never edit it there though, it’d be impossible, quite, the CF7 plugin was never conceived for anything more complex than a contact form unfortunately. You may want to play around with the Smart Grid-layout extension which was specifically designed for creating and … Read more

Salesforce lead tracking with contact forms plugins [closed]

I’ve used the Gravity Forms plugin and its post form-submission hook to fire off a server-side web2lead curl request in wordpress before now. Wasn’t too difficult. Essentially your web2lead form submission is purely server-side so the regular gravity forms entry logging (including IP etc…) just carries on working. You get your data in both WP … Read more

Contact Form 7 – Show image on successful send? [closed]

You can customize the “Your message was sent successfully. Thanks.” message with-in the the form’s edit page at the bottom so add something like this: Your message was sent successfully. Thanks.</p> <p><a href=”http://pages.sbcglobal.net/bluealbino/SYP/images/mrburns-oh.gif”><img width=”234″ height=”369″ alt=”” src=”http://pages.sbcglobal.net/bluealbino/SYP/images/mrburns-oh.gif” class=”alignnone”></a></p> Update: Just tried and it works with this exact code.