Re: [Radiant] Forms extension

2010-11-12 Thread john muhl
On Fri, Nov 12, 2010 at 9:34 AM, Marshal Linfoot mlinf...@gmail.com wrote: Has anyone used a forms/mailer extension for Radiant that allows a file to be attached and sent with the form? I have a form working -- users fills in text, selects choices from dropdown, checks radio buttons --

Re: [Radiant] Forms extension

2010-11-12 Thread Wes Gamble
I used apotonick's cells so that I could embed a regular Rails form (rendered through Rails) in a Radiant page. I found the Radiant extension too limiting. This is rather involved though. What I like about it is I can embed arbitrarily complex forms without having to leave the Radiant

Re: [Radiant] Forms Extension

2010-11-07 Thread Jim Gay
On Nov 7, 2010, at 8:12 AM, Marshal Linfoot wrote: Greetings. I'm using the forms and forms-mailer extensions to create a form to be emailed. Most of it is working well except for attachments. I've used the r:file tag to get a file chooser button/dialog and that appears to work. In the

Re: [Radiant] Forms Extension

2010-11-07 Thread Marshal Linfoot
Thanks Jim. Here's the pastie: http://pastie.org/1279841 Is the Yajl::ParseError caused by the FormsController trying to parse the file that was uploaded? If so, what to do about it? I'm totally lost here, so any suggestions for troubleshooting would be much appreciated. -- marshal