yellowled Posted April 30, 2012 Share Posted April 30, 2012 I am sorry for having to ask this. I know developers hate to be bugged about a schedule for new features. Sorry. The roadmap lists built-in support for forms for PW 2.3 which is scheduled for May. I have a project coming up which is due at the end of June, and I'd very much like to use PW for it. However, it will require a few forms – nothing too fancy, probably just some formmailer stuff. Will PW 2.3 definitely have built-in support for forms? Is there a rough estimate as to when it might be released? Then again, I could as well go with PW 2.2, use any external formmailer and switch to the built-in form processor later. Which raises the question how easy it's going to be to make that switch. Link to comment Share on other sites More sharing options...
netcarver Posted April 30, 2012 Share Posted April 30, 2012 Hello yellowled, Have a read of this topic for a discussion of this. Are you just wanting to have the content of the form(s) submitted to you via email or do you need to do something more? Link to comment Share on other sites More sharing options...
onjegolders Posted April 30, 2012 Share Posted April 30, 2012 Beat me to it Netcarver! Link to comment Share on other sites More sharing options...
yellowled Posted April 30, 2012 Author Share Posted April 30, 2012 Thanks for pointing that out, I didn't stumble across that with my previous forum searches. I'll very likely only need forms submitted via email for the time being. The site will likely have a standard contact form plus another one with some extra fields which is basically an extended contact form. Nothing fancy. I also don't need a form builder, I'm comfortable building the form's HTML myself. I'm just not a PHP coder myself, so writing the script to process the form myself is not an option. But any formmail script out there should suffice, I would just prefer a built-in solution. Link to comment Share on other sites More sharing options...
netcarver Posted April 30, 2012 Share Posted April 30, 2012 yellowled, If you want to try it out, here is a simple contact form that you might be able to use in your site. If you do want to try it you will also need to follow this tutorial to get Flourish working with ProcessWire. Should be pretty easy for you to extend. Link to comment Share on other sites More sharing options...
yellowled Posted April 30, 2012 Author Share Posted April 30, 2012 Netcarver, thanks, I appreciate it. Looks pretty straight-forward, even for a non-coder like me. ;-) Link to comment Share on other sites More sharing options...
netcarver Posted April 30, 2012 Share Posted April 30, 2012 yellowled, I've updated the gist to show how to put the form into a contact.php template file. If you need to make the recipient email settable via PW, just add an email field to your contact template and use the PW api to put that into the recipient email address in contact.php. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now