Group: Administrators
Posts: 13K,
Visits: 104K
|
You cannot strictly "remove" the button. What you can do is move it off-screen via the /nextbuttonposition attribute:
<surveypage p1> / questions = [1=patterns] / showbackbutton = false /timeout = 5000 / nextbuttonposition = (-10%, -10%) </surveypage>
|