Presenting a specific survey
Three ways to use the present method
By using a specific survey ID
pi('present', '1234'); // Where 1234 is the ID of the survey you'd like to presentBy using a Present Alias
pi('present', 'alias');pi('present', 'feedback_form_us-en');By using a query string parameter in the URL
https://url.com/?pi_present=1234 //where 1234 is the ID of the surveyhttps://url.com/?pi_present=feedback_form_us-enCommon Use Cases For Using Present Method
Case
Comment
Last updated