survey question

Options

Is there a way to add a photo next to each choice on a survey?  We are doing a contest and would like to put the "voting button" right next to or right below each picture.  Any ideas?  Thanks!

Cassandra

Animal Welfare Association

Tagged:

Comments

  • The Survey building tool doesn't let you use HTML (like an image tag) to label each choice in a question. You can still do it, but you have to "hack" the survey by viewing the source of a Survey page, copying it into a PageBuilder page, and editing the HTML as you see fit.

  • James Zetlen:

    The Survey building tool doesn't let you use HTML (like an image tag) to label each choice in a question. You can still do it, but you have to "hack" the survey by viewing the source of a Survey page, copying it into a PageBuilder page, and editing the HTML as you see fit.

    Thanks James!

    If I do it this way and "hack" the survey source code into Pagebuilder, will it still tally the responses correctly?

    Cassandra

    Animal Welfare Association

  • cassandra.shanahan - awa:

    Thanks James!

    If I do it this way and "hack" the survey source code into Pagebuilder, will it still tally the responses correctly?

    Cassandra

    Animal Welfare Association

    It certainly will. You have to make sure to preserve all of the <input> tags exactly as Survey originally had them. Some of them are hidden tags that don't show to the user, so look through carefully and make sure you've copied the entire contents of the <form> tag. The important thing is to keep their "name" attributes the same.

    If these are all present, then it'll act just like Survey--it'll go to the Survey thank you page, and it'll tally the responses exactly the same.

  • James Zetlen:

    It certainly will. You have to make sure to preserve all of the <input> tags exactly as Survey originally had them. Some of them are hidden tags that don't show to the user, so look through carefully and make sure you've copied the entire contents of the <form> tag. The important thing is to keep their "name" attributes the same.

    If these are all present, then it'll act just like Survey--it'll go to the Survey thank you page, and it'll tally the responses exactly the same.

    Thank you so much!!

    Cassandra

    Animal Welfare Association

Categories