Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 8 of 8

Thread: Add Survey

  1. #1
    Rita is offline Senior Member
    Join Date
    Mar 2009
    Posts
    124

    Default Add Survey

    Is there any built-in survey to add with ASPDNSF shopping cart? or Do we have any simple sample code for survey? Please suggest something.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    You could use a Poll

  3. #3
    Vortx is offline Junior Member
    Join Date
    Feb 2010
    Posts
    22

    Default Surveys

    Survey Monkey is pretty cool too.
    http://www.surveymonkey.com

    http://www.surveymonkey.com

    You could create a new topic on your website and add an iframe to it that has a survey monkey survey in it.


    <iframe src ="PUT YOUR SURVEY MONKEY LINK HERE" width="100%" height="300">
    <p>Your browser does not support iframes.</p>
    </iframe>

    Happy surveying!

    P.S. If you're not very familiar with topics in AspDotNetStorefront this video goes through some basics.

  4. #4
    Rita is offline Senior Member
    Join Date
    Mar 2009
    Posts
    124

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - Scott View Post
    You could use a Poll
    Is it possible to survey after customer's purchase using Polls? Thanks for your answer.

  5. #5
    Rita is offline Senior Member
    Join Date
    Mar 2009
    Posts
    124

    Default

    I created some polls in store admin site and also polls enabled in appconfig parameters. But still polls were not showing up in customer's store site. Can you please suggest me the options to show that polls after customer purchase?

    Thanks for all your answers.

  6. #6
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Don't forget you have to add the (!POLL!) skin token to your skin before the poll will display. Making one that displays only after the purchase is going to be a little different. You could either integrate with a 3rd-party system like Vortx suggested, or modify the orderconfirmation.aspx page and put the (!POLL!) token in there rather than the skin, so it only shows there.

  7. #7
    rochellefp is offline Junior Member
    Join Date
    Apr 2009
    Posts
    20

    Default Display poll outside of product category page

    The manual says that the poll is only displayed in the entities you've selected, but I want to display the poll on a normal topic page. How can I get it to show up?
    Thanks,

    Rochelle Pennington

  8. #8
    Rita is offline Senior Member
    Join Date
    Mar 2009
    Posts
    124

    Default

    Quote Originally Posted by rochellefp View Post
    The manual says that the poll is only displayed in the entities you've selected, but I want to display the poll on a normal topic page. How can I get it to show up?
    You can display the Poll link url in normal topic page like (http://localhost/shop/polls.aspx).