Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Show form images to non authenticated used View modes: 
User avatar
Member
Member
lwhittemore-emh - 12/17/2013 2:02:41 PM
   
Show form images to non authenticated used
I have a form (bizform) for general site viewers to add a story to the site if they desire. The form is basic and allows for an image. I am able to get the information to show on the site with a query repeater and a simple transformation but the images only shows for authenticated users. How do I set this up so that anyone viewing the site can view the stories submitted to the site with their images without having to be logged in?

There is a captcha on the form as well as a field that doesn't show so that the site admin does have to go in and approve the story before it shows on the site.

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 12/17/2013 2:38:51 PM
   
RE:Show form images to non authenticated used
You might check a few things:

1. The permissions on the form. Make sure it isn't set to authenticated users only.
2. Check the permissions on the page the form is on. Again, ensure it isn't set to only authenticated users.
3. Check the webpart displaying the form and enure it too isn't set to only authenticated users.
4. Ensure the path is correct and all users have access to the path.

User avatar
Member
Member
lwhittemore-emh - 12/17/2013 3:01:13 PM
   
RE:Show form images to non authenticated used
non of that is set. the path to the images is this /CMSModules/BizForms/CMSPages/GetBizFormFile.aspx?filename=6d07be96-a89b-4b84-a4d3-bf7bcb2c7b52.jpg

is there a specific way to show images that are uploaded from a form?

I've tried using the guid with the getattachment but it doesn't seem to work,

Thanks for your help.

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 12/24/2013 6:15:52 AM
   
RE:Show form images to non authenticated used
Hello,

You need to disable the security check in the GetBizformFile as described in this article. It still applies although it is for version 4.

Best regards,
Juraj Ondrus