Results 1 to 7 of 7
Thread: How to remove Next button
-
08-30-2010, 03:19 PM #1cave Guest
How to remove Next button
I created a scored survey to let respondents to vote for the best design products. Survey consists of single page with 2 types of items - picture and checkbox, one set per product.
Value for each checkbox is 1. The requirement is to vote for 3 products and only 1 response per participant of the survey. I created error page which appears only if the current score is not equal to "3" (condition). The last page is "Thank you for participating in the survey!" with Finish button.
Question:
How to handle cases when respondents selected wrong amount of products (less or more then 3)? They will get an error page asking to go back and correct, however there is Next button in this page too which will lead to "Thank you..." page. The respondent will not be able to edit his/her response as it is in submitted status (limit of 1 response per user), right?
-
08-30-2010, 03:40 PM #2
Administrator
- Join Date
- Mar 2007
- Location
- Prezza Technologies
- Posts
- 225
I think this can be done with a clever application of a Redirect Item and application of conditions.
On the completion page of the survey, add the following:
- Add "Success" message to be shown when score is correct. Edit conditions to only show item when score is correct.
- Add "Fail" message to be shown when score is not correct. Edit conditions to only show item when score is not correct.
- Add redirect item with the following settings and edit conditions so the item is only shown when score is not correct.
URL - [YOUR SURVEY URL]&Edit=true&ResponseId=@@ResponseGuid
Hyperlink Text - Click To Change Answer (or something similarly appropriate)
Link Option - Show Link
Restart Survey - No - Edit survey permissions to ensure that "Allow Edit" is true and that "Responses Per User" is equal to 1.
-
08-31-2010, 05:22 AM #3cave Guest
How to remove Next button
Thanks for the hint!
Each participant has different URL, because we planned to distribute "by invitation only".
This makes impossible to define the redirect item pointing to the same unique URL. Or we probably should change permisions mode.
On the other hand, this approach results to hyperlink with text "Click to Change Answers" and does not prevent users to click any of standard buttons below (Back, Save and Exit, Next) or (Back, Finish). Maybe I should additional item with long empty space to move those buttons down far away?
-
09-01-2010, 07:55 AM #4
Administrator
- Join Date
- Mar 2007
- Location
- Prezza Technologies
- Posts
- 225
Things should still work out with an invitation-only survey. Assuming that you are using Checkbox to send the invitations, you can capture the invitation id in the survey URL with a Hidden Item, and pipe that value into your survey link for your redirect. Invitations are stored in URLS with in the i parameter, and when the invitation id is present, the survey GUID is not necessary.
http://www.yourcompany.com/checkbox/survey.aspx?i=[INVITATION GUID]&ResponseId=@@ResponseGuid&Edit=true
Regarding the buttons, you can hide the "Save and Exit" as well as the "Back" button on the survey, and since the link itself will be on the Completion Events page, no buttons will be displayed on that page any way.
-
12-24-2010, 12:05 PM #5cherylfoster Guest
To remove a button, the following instructions: To remove the Previous and Next buttons, simply by choosing to cover the Content Item Navigation global configuration. Just look at the Content tab.
-
02-17-2011, 12:31 PM #6aylor Guest
great
happy to see.
Elizabeth T. Taylor
-
04-22-2011, 07:39 AM #7dhutchinson Guest
Thanks for this really helpful tutorial.


LinkBack URL
About LinkBacks
Reply With Quote
