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 render

Re: [Radiant] Forms extension

2010-11-12 Thread john muhl
On Fri, Nov 12, 2010 at 9:34 AM, Marshal Linfoot 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 -- everything > works, cont

[Radiant] Forms extension

2010-11-12 Thread Marshal Linfoot
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 -- everything works, contents emailed successfully. I'm trying to add the capability for p

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

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 > tag to get a file chooser button/dialog and that appears to work. In > the "

[Radiant] Forms Extension

2010-11-07 Thread Marshal Linfoot
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 tag to get a file chooser button/dialog and that appears to work. In the "content" page of the form, what gets emailed, I've used to get the

[Radiant] Forms extension and RESTful ruoting mechanics

2010-08-16 Thread Wes Gamble
Is there anything about squaretalent's forms extension (http://github.com/squaretalent/radiant-forms-extension) that conflicts with standard RESTful routing semantics for form targets? Thanks, Wes