Form Block on Profile Page

Permalink
I want to put a form block on the user profile page so an upload can be submitted, when I submit the form it just returns to the page with no action taken on the form data.

This could be done in 5.6, but is not working on 5.7

Does any one have any insight on this and how to work around it?

thanks

pvernaglia
 
pvernaglia replied on at Permalink Reply
pvernaglia
Can anyone shed some light on why forms do not work when installed on a profile page? Thanks for any help
andrew replied on at Permalink Reply
andrew
The form block works fine with the updated URL. Any controller actions that don't match the URL get passed through to blocks on the page.

I just added the form block to the members/profile single page in my local install and was able to submit just fine. We've done a bit of work to this in 5.7 so maybe this is a particularly quirky instance that has since been fixed in github.
pvernaglia replied on at Permalink Reply
pvernaglia
I've duplicated on 5.7.3.1 on two separate installs. Do you know what
might have fixed on git? is it something in the file block or something
in the profile controllers?

On 3/17/15 2:21 PM, concrete5 Community wrote: