How do I display Survey Add-on result at the frontend?

Hi GF Community,
Please could someone help me out on how I can display (e.g with short-code) at the front-end the result of my Survey add-on which by default can only be view at the back-end. Unlike the the Poll Add-on that can be displayed both at the back and front end on WordPress website.

Have you already tried the GF short-code?

If you need to super customize, then you probably would need to completely make your own WordPress short-code.

function foobar_func( $atts ){
return "foo and bar";
}
add_shortcode( 'foobar', 'foobar_func' );

Thanks @Parkbum, I really appreciate your prompt response. I am a newbie to gravity form programming hence I might not be able to implement what you suggested on my Survey Add-on. Thought there could have been an easy way out to view results of Survey Add-on on the Front-end.

I appreciate your comment and I hope it would help those that may find themselves in my situation that are not newbie, but if there could be any easy way please don’t hesitate to guide me on how to view my Survey Add-on Result on the front-end.

Best regards

The link to the shortcode is the easiest way and the place to start. Not many easier other than hiring someone to do it for you. Other than that, Gravity Forms is very customization if you take the time to learn the ins and outs.

Hi Alexander! Did u manage to display survey results on front page?
I’m looking to do the same for displaying star ratings on front end… but not with polls as they dont have star ratings

Did anyone find a solution to this?

Please see: